Information about plays

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

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

{
    "id": 3622257,
    "uri": "https://api.kexp.org/v2/plays/3622257/?format=api",
    "airdate": "2026-02-25T19:40:26-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e1528a2-4308-4ce9-98a7-c9a44886ba76/19798537604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e1528a2-4308-4ce9-98a7-c9a44886ba76/19798537604-250.jpg",
    "song": "Fifth Horseman of the Apocalypse",
    "track_id": null,
    "recording_id": "4f808ea9-67cf-4d58-abb5-30ae2e3fa686",
    "artist": "Ultimate Spinach",
    "artist_ids": [
        "7741506a-d2dc-4863-85b4-3f3b8a549616"
    ],
    "album": "Behold & See",
    "release_id": null,
    "release_group_id": "22354a8e-38eb-41e3-9b06-038b6afc064e",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1968-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"...[Behold & See] centered around lead singer/songwriter/keyboardist/guitarist Ian Bruce-Douglas' cynical worldview...Add in the lush, floating vocals of Barbara Jean Hudson, fuzz guitar and some great late-60s psych jangle and you've got the formula for an unhinged classic that stands up to the best of the non-coastal psych sounds of the late-60s.\"\n\nhttps://sundazed.com/ultimate-spinach-behold-and-see-lp.aspx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}