Information about plays

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

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

{
    "id": 3594334,
    "uri": "https://api.kexp.org/v2/plays/3594334/?format=api",
    "airdate": "2025-12-22T05:23:55-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "It sure is the time of the season for loving.\n\nWatch The Zombies perform the song live in 2021 at Abbey Road Studios: https://www.youtube.com/watch?v=nk5ABegA42U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}