Expanding playlists paramater from shows endpoint

Hello! I noticed I’m able to expand the “personas” data but not the “playlists” data. Is expand feature not supported for playlists? Thanks. I’m guessing it’s because it will be a long list so I’ll have to fetch seperately.

“_links”: { “self”: { “href”: “string” }, “personas”: [ { “href”: “string” } ], “playlists”: { “href”: “string” } }

1 Like

Hi Camille, thanks for joining the forum.

I honestly don’t recall why that’s not included so let’s say your guess is right!

You can get what you need also like this

GET /playlists?show_id={id}