Information about plays

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

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

{
    "id": 3538182,
    "uri": "https://api.kexp.org/v2/plays/3538182/?format=api",
    "airdate": "2025-08-10T00:18:40-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?format=api",
    "image_uri": "https://coverartarchive.org/release/7754f858-c9af-42fb-a363-f07eac310acf/31795779230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7754f858-c9af-42fb-a363-f07eac310acf/31795779230-250.jpg",
    "song": "Bringin’ the Hammer Down",
    "track_id": null,
    "recording_id": "965572bc-9182-4b97-8796-2f19aa455830",
    "artist": "Znöwhite",
    "artist_ids": [
        "1446753c-96fa-4bc8-ba04-5faccc85197b"
    ],
    "album": "All Hail to Thee",
    "release_id": null,
    "release_group_id": "f5700ccd-7e93-4485-a13b-8703eed1432a",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Znöwhite split in 1985 as vocalist Debbie Gunn left to return to her former band Sentinel Beast. The remaining members went on to form Cyclone Temple and later Rebels Without Applause.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}