GET /playlists

spinitron.com

Summary: Returns playlists optionally filtered by {start} and/or {end} datetimes
Operation ID:
Auth: unknown
Description

Get Playlists optionally filtered by a datetime range. Only past Playlists will be returned (with allowed tolerance equals 1 hour in future). Ordered chronologically from newest to oldest.

Parameters (8)

count (integer, query, optional, default: 20)

Amount of items to return

Constraints: {'minimum': 1}

end (string, query, optional)

The ending datetime. Maximum 1 hour in future.

expand (array, query, optional)

Allows to select extra fields

fields (array, query, optional)

Allows to select only needed fields

page (integer, query, optional)

Offset, used together with count

Constraints: {'minimum': 1}

persona_id (integer, query, optional)

Filter by persona

show_id (integer, query, optional)

Filter by show

start (string, query, optional)

The datetime starting from items must be returned. Maximum 1 hour in future.

No probe data for this endpoint yet.