Information about plays

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

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

{
    "id": 3545852,
    "uri": "https://api.kexp.org/v2/plays/3545852/?format=api",
    "airdate": "2025-08-28T11:07:52-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Hey Wanhaka",
    "track_id": null,
    "recording_id": null,
    "artist": "King Stingray",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-08-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "\"The surf-rock band from Northeast Arnhem Land possess a throwback sound that, with the right equipment, can be located deep in the Aussie DNA. Singing in English and Yolŋu Matha, the language of the Yolŋu people, King Stingray were immediately lauded by the industry and tastemakers.\"\n\nRead more about King Stingray in this Rolling Stone article: https://au.rollingstone.com/music/music-features/king-stingray-future-of-music-2025-75579/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}