Information about plays

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

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

{
    "id": 3629050,
    "uri": "https://api.kexp.org/v2/plays/3629050/?format=api",
    "airdate": "2026-03-15T00:20:40-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/cad15579-dd36-4407-bc8a-2f15e1fb4ff1/23962845955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cad15579-dd36-4407-bc8a-2f15e1fb4ff1/23962845955-250.jpg",
    "song": "Buried Deep in a Bottomless Grave",
    "track_id": null,
    "recording_id": "f370c298-f053-490f-b69d-fbe3c0bd6b92",
    "artist": "Witch Vomit",
    "artist_ids": [
        "ed8760ad-de04-449b-a72a-bd1a1b7a4f23"
    ],
    "album": "Buried Deep in a Bottomless Grave",
    "release_id": null,
    "release_group_id": "5549d322-9626-4d83-96c2-400166931913",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Witch Vomit played at Central Saloon in Seattle tonight with Drawn and Quartered and Noroth.  They will also be performing at Maryland Deathfest this year on May 21st.\n\nhttps://witchvomit1.bandcamp.com/\nhttps://20buckspin.bandcamp.com/album/abhorrent-rapture\nhttps://deathfests.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}