diff --git a/.changeset/ninety-hats-kiss.md b/.changeset/ninety-hats-kiss.md
new file mode 100644
index 0000000000..b4e544561f
--- /dev/null
+++ b/.changeset/ninety-hats-kiss.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-playlist': patch
+---
+
+Render playlist description based on condition
diff --git a/plugins/playlist/src/components/PlaylistCard/PlaylistCard.tsx b/plugins/playlist/src/components/PlaylistCard/PlaylistCard.tsx
index 1408607133..8b52bcc1de 100644
--- a/plugins/playlist/src/components/PlaylistCard/PlaylistCard.tsx
+++ b/plugins/playlist/src/components/PlaylistCard/PlaylistCard.tsx
@@ -106,7 +106,9 @@ export const PlaylistCard = ({ playlist }: PlaylistCardProps) => {
Description
-
+ {playlist.description && (
+
+ )}