Information about plays

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

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

{
    "id": 3610854,
    "uri": "https://api.kexp.org/v2/plays/3610854/?format=api",
    "airdate": "2026-01-30T02:23:21-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://coverartarchive.org/release/79ab6fec-efda-3ad0-9316-92af1575a31d/24363972417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79ab6fec-efda-3ad0-9316-92af1575a31d/24363972417-250.jpg",
    "song": "When the Smoke Is Going Down",
    "track_id": null,
    "recording_id": "b449dbb1-48fb-4221-96eb-300abe803c29",
    "artist": "Scorpions",
    "artist_ids": [
        "c3cceeed-3332-4cf0-8c4c-bbde425147b6"
    ],
    "album": "Blackout",
    "release_id": null,
    "release_group_id": "b00fbf7c-ebaf-3ec0-91d6-5eaad124d58f",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Skid!\n---\nFrancis Buchholz, the influential bassist for Scorpions during their \"classic era\" (1973–1992), who passed away in January 2026 at age 71.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}