Skip to main content
GET
Show a playlist (public, by slug)

Path Parameters

slug
string
required

The URL slug of the playlist.

Query Parameters

lang
string

ISO locale for the response. Falls back to en.

Response

Playlist detail.

Shared success envelope for list / show / create / update responses: the resource payload is returned alongside a top-level integer status and meta. Composed onto each resource response via allOf.

status
integer
required
Example:

200

meta
object
required

Response metadata included on every successful response body. request_id and timestamp are always present; list endpoints also add pagination.

playlist
object
required

Public Playlist read shape — the storefront (unauthenticated) projection. Closed with unevaluatedProperties: false so any authenticated-only field (notably custom_slug) leaking onto the public surface is caught in conformance.