Information about plays

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

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

{
    "id": 3632178,
    "uri": "https://api.kexp.org/v2/plays/3632178/?format=api",
    "airdate": "2026-03-22T00:03:11-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/64de8526-214f-47d2-be10-59b86989054d/21987239063-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64de8526-214f-47d2-be10-59b86989054d/21987239063-250.jpg",
    "song": "Inner Sanctum",
    "track_id": null,
    "recording_id": "8cc3a4e3-0049-480b-9e94-35941bb015f7",
    "artist": "Celtic Frost",
    "artist_ids": [
        "d91b3683-4622-4d72-8a03-80f1ff59e639"
    ],
    "album": "Into the Pandemonium",
    "release_id": null,
    "release_group_id": "08a0dc39-651d-33c9-a614-fe078f5392e8",
    "labels": [
        "Noise Records"
    ],
    "label_ids": [
        "8a9c7919-4bf5-46f1-acab-974a3ad3922f"
    ],
    "release_date": "1987-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Platt produced a bunch of Motorhead in 1983 and Celtic Frost's split with Tankard and the Cold Lake release",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}