Information about plays

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

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

{
    "id": 3614666,
    "uri": "https://api.kexp.org/v2/plays/3614666/?format=api",
    "airdate": "2026-02-08T00:21:47-08:00",
    "show": 65875,
    "show_uri": "https://api.kexp.org/v2/shows/65875/?format=api",
    "image_uri": "https://coverartarchive.org/release/96adcf44-3ad8-4886-80c7-500973e2bb1d/8152468350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96adcf44-3ad8-4886-80c7-500973e2bb1d/8152468350-250.jpg",
    "song": "Circle of the Tyrants",
    "track_id": null,
    "recording_id": "35bae801-e91c-4409-9beb-3fa690062ada",
    "artist": "Celtic Frost",
    "artist_ids": [
        "d91b3683-4622-4d72-8a03-80f1ff59e639"
    ],
    "album": "Emperor’s Return",
    "release_id": null,
    "release_group_id": "8e772f29-fdeb-3685-91df-2ba70f79102d",
    "labels": [
        "Noise Records"
    ],
    "label_ids": [
        "8a9c7919-4bf5-46f1-acab-974a3ad3922f"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tom G. Warrior and Martin Ain formed Celtic Frost after the break-up of Hellhammer in June 1984. Contrary to popular belief, Hellhammer never changed its name to Celtic Frost, even though the band formed very quickly after Hellhammer's demise.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}