Information about plays

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

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

{
    "id": 3645045,
    "uri": "https://api.kexp.org/v2/plays/3645045/?format=api",
    "airdate": "2026-04-21T20:09:09-07:00",
    "show": 66517,
    "show_uri": "https://api.kexp.org/v2/shows/66517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rumbo Libre",
    "track_id": null,
    "recording_id": "40935afb-f850-47dd-a5aa-beee8fff2c0d",
    "artist": "Novalima",
    "artist_ids": [
        "1916112c-7385-4580-bc55-8126d349016c"
    ],
    "album": "Ch'usay",
    "release_id": null,
    "release_group_id": "98bd15b6-8c3e-4838-8ad6-ec906ed666e5",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2018-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Novalima will be live in Seattle & the Bay Area in the coming weeks.\n\nApril 26 @ Rickshaw Theater in Vancouver, BC. Tickets: https://tinyurl.com/5n73atme\n\nApril 28 @ Town Hall in Seattle. Tickets: https://tinyurl.com/46vear7s\n\nApril 30 @ The Freight in the Bay Area. Tickets: https://tinyurl.com/aad9s6em",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}