Information about plays

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

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

{
    "id": 3599925,
    "uri": "https://api.kexp.org/v2/plays/3599925/?format=api",
    "airdate": "2026-01-03T23:55:29-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blank Eyes, Human Shells",
    "track_id": null,
    "recording_id": "96e707a4-7ce4-4d96-91ee-ac7ade1ba220",
    "artist": "Shitlist",
    "artist_ids": [
        "184ee984-2dfb-463b-a73f-ac2b0a977e24"
    ],
    "album": "A Cold Slap of Reality",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fired Up!"
    ],
    "label_ids": [
        "c52207e3-d9be-4031-a7fc-0dcb93e8a92e"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shitlist were a band that existed during the late 90's and into early 2000's. They were fronted by former Flight 800 vocalist Ryan and and playing noisy, hardcore crust punk. Other than the fact that members of the group went on to play in Deathraid and Consume.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}