Information about plays

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

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

{
    "id": 3613345,
    "uri": "https://api.kexp.org/v2/plays/3613345/?format=api",
    "airdate": "2026-02-05T02:05:00-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/27174a0a-083c-4292-95da-1b04c5fc2751/40516159762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27174a0a-083c-4292-95da-1b04c5fc2751/40516159762-250.jpg",
    "song": "Re-Ignition",
    "track_id": null,
    "recording_id": "20151a14-8c54-4a75-8976-21e7fac59897",
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "I Against I",
    "release_id": null,
    "release_group_id": "5772996a-d791-3d21-a62e-3efd2a24979c",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bad Brains’ legendary front man, Paul “H.R.” (“Human Rights”) Hudson, commands an almost supernatural reverence. For example, in the book Finding Joseph I: An Oral History of H.R. From Bad Brains, co-author Howie Abrams refers to H.R.’s voice as “otherworldly.” Norwood Fisher of Fishbone described H.R. as a “genius madman musical prophet.” Ian MacKaye of Minor Threat and Fugazi described H.R. as “a visionary.” And Mark Anderson of Positive Force D.C. called H.R. “an absolute shaman.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}