Information about plays

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

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

{
    "id": 3634992,
    "uri": "https://api.kexp.org/v2/plays/3634992/?format=api",
    "airdate": "2026-03-29T04:48:45-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://coverartarchive.org/release/61a572d1-c237-4211-b901-bec63c21396c/44374874149-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61a572d1-c237-4211-b901-bec63c21396c/44374874149-250.jpg",
    "song": "THE HORROR SHOW",
    "track_id": null,
    "recording_id": "5f4e2720-6f59-4c18-aab8-0aa2fe6f70cd",
    "artist": "I Am the Avalanche",
    "artist_ids": [
        "8e8e27cb-8553-496e-98bc-67bbd72e98dc"
    ],
    "album": "THE HORROR SHOW",
    "release_id": null,
    "release_group_id": "048ad856-6e62-4ab3-b962-7baf61a2e3b7",
    "labels": [
        "Equal Vision Records"
    ],
    "label_ids": [
        "545c16ff-f0b6-4d00-8143-1759b641144a"
    ],
    "release_date": "2026-04-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}