Information about plays

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

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

{
    "id": 3602860,
    "uri": "https://api.kexp.org/v2/plays/3602860/?format=api",
    "airdate": "2026-01-11T00:21:55-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Is Hell",
    "track_id": null,
    "recording_id": "0359f29a-de8e-4c91-8971-a1bb78b618d8",
    "artist": "Toxic Holocaust",
    "artist_ids": [
        "b1c00b61-2673-458f-bba3-7470712a3b94"
    ],
    "album": "An Overdose of Death...",
    "release_id": null,
    "release_group_id": "1610b614-d485-3993-86e5-6fc6ac5738e5",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2008-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sadly, Toxic Holocaust had to pull out of the Death Angel tour a couple of months ago.\n\nhttps://www.facebook.com/ToxicHolocaust/\nhttps://www.indiemerch.com/toxicholocaust\nhttps://toxicholocaust.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}