Information about plays

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

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

{
    "id": 3605790,
    "uri": "https://api.kexp.org/v2/plays/3605790/?format=api",
    "airdate": "2026-01-18T01:28:03-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thronebreaker",
    "track_id": null,
    "recording_id": null,
    "artist": "Hellslaught",
    "artist_ids": [],
    "album": "Violent Iconoclasm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Witches Brew"
    ],
    "label_ids": [
        "d5626f08-16cb-47de-8f1b-07ac30e6a883"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hellslaught will be playing at Lucky Liquor in Seattle on February 20th with Sydney Graves and UrsaWrath.\n\nhttps://hellslaught.bandcamp.com/album/violent-iconoclasm\nhttps://www.facebook.com/Hellslaught/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}