Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3550479/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3550479,
    "uri": "https://api.kexp.org/v2/plays/3550479/?format=api",
    "airdate": "2025-09-08T14:41:54-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia601604.us.archive.org/5/items/mbid-890a5412-c8b9-4926-a334-7d1765fd61a4/mbid-890a5412-c8b9-4926-a334-7d1765fd61a4-5761393796_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/5/items/mbid-890a5412-c8b9-4926-a334-7d1765fd61a4/mbid-890a5412-c8b9-4926-a334-7d1765fd61a4-5761393796_thumb250.jpg",
    "song": "Time of the Season",
    "track_id": "17d6b3b4-af39-312a-801d-c6505e835680",
    "recording_id": "304b1ecf-b006-4a76-84ca-b998490eaeda",
    "artist": "The Zombies",
    "artist_ids": [
        "230ca093-1d00-4c57-9235-147942f66930"
    ],
    "album": "Odessey and Oracle",
    "release_id": "890a5412-c8b9-4926-a334-7d1765fd61a4",
    "release_group_id": "9a4a9ebf-f4f7-3dba-9b80-0b274cbc80f9",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1968-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}