Information about plays

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

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

{
    "id": 3621876,
    "uri": "https://api.kexp.org/v2/plays/3621876/?format=api",
    "airdate": "2026-02-24T22:54:34-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NEVER ENOUGH",
    "track_id": "849a8d6a-1b82-40f6-a9bd-0fb2081c7e6a",
    "recording_id": "9fec8121-33f0-4df1-a5f7-5f96948f07a9",
    "artist": "Turnstile",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed"
    ],
    "album": "NEVER ENOUGH",
    "release_id": "6d034ec4-ae79-408f-9d66-e4fdb20f6e84",
    "release_group_id": "58310aac-65aa-492e-83fb-ec50c58e5a1d",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their fourth studio album \"Never Enough\", American hardcore band Turnstile have released a movie following the record.: 'Dreams in motion. Follow Baltimore hardcore rock band, Turnstile, as they search for meaning in the vastness between tranquility and chaos. TURNSTILE: NEVER ENOUGH is a 14-song visual album, and a journey into the heart of their sound.'\n\nhttps://www.turnstile.movie/synopsis/\nhttps://turnstilehc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}