GetAssociatedContent
GetAssociatedContent retrieves shows and movies that feature a specific song. Returns paginated video content entries for “featured in” display.
Headers
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access without user context. Optional if Authorization is provided.
"ang_live_..."
Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.
"ar"
Path Parameters
Unique identifier of the song to look up.
Query Parameters
Maximum number of items to return per page (1-100, default 20).
Opaque page token from a previous response. Omit for the first page.
Optional filter for content types. If empty, returns all associated content (shows and movies). If specified, filters to only the specified types.
Response
Successful response
GetAssociatedContentResponse is the response message containing shows and movies that feature the requested song.