Information about plays

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

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

{
    "id": 3640999,
    "uri": "https://api.kexp.org/v2/plays/3640999/?format=api",
    "airdate": "2026-04-12T00:51:51-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/30be574a-689a-4763-93f0-23dd97bf120d/11598778869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30be574a-689a-4763-93f0-23dd97bf120d/11598778869-250.jpg",
    "song": "Feast of the Damned",
    "track_id": null,
    "recording_id": "9d4feb9b-becb-4ae0-9d46-b51f05bf4848",
    "artist": "Black Breath",
    "artist_ids": [
        "e9df4e93-6f7a-448a-a5ac-d30c27a6d22c"
    ],
    "album": "Sentenced to Life",
    "release_id": null,
    "release_group_id": "9f43e48e-3649-4aab-ab39-e6a3bf670f5c",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2012-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Seattle, Black Breath is an extreme metal band known for blending death metal with crust punk and thrash. The band is performing a highly anticipated U.S. Exclusive Reunion Show at Northwest Terror Fest at Neumos in Seattle on May 8, 2026. https://northwestterrorfest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}