Information about plays

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

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

{
    "id": 3632179,
    "uri": "https://api.kexp.org/v2/plays/3632179/?format=api",
    "airdate": "2026-03-22T00:08:26-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b1a493d-dce0-4b03-bbe5-90edcdd800f0/43431751030-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b1a493d-dce0-4b03-bbe5-90edcdd800f0/43431751030-250.jpg",
    "song": "Consequence",
    "track_id": null,
    "recording_id": "b48a99e6-a1be-4ba9-ae79-fc7191487080",
    "artist": "Coroner",
    "artist_ids": [
        "509dc5b1-f264-43f3-9035-473e7020e77f"
    ],
    "album": "Dissonance Theory",
    "release_id": null,
    "release_group_id": "3ab65cf3-c9ec-40ac-9ff3-90eb56c44814",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coroner was Celtic Frost's roadies waaaaaay back in the day. They all hung out in their crazy Swiss scene and eventually Coroner was formed and Tom G Warrior helped with (lead) vocals on the second demo \"Death Cult\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}