Information about plays

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

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

{
    "id": 3622248,
    "uri": "https://api.kexp.org/v2/plays/3622248/?format=api",
    "airdate": "2026-02-25T19:01:43-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "https://coverartarchive.org/release/d067d9b5-7dd9-3eb2-b9c0-2b65b14dd452/43761196511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d067d9b5-7dd9-3eb2-b9c0-2b65b14dd452/43761196511-250.jpg",
    "song": "Sleepy Silver Door",
    "track_id": null,
    "recording_id": "6da7e90f-5996-44a9-a2ff-594bf04ef9b4",
    "artist": "Dead Meadow",
    "artist_ids": [
        "a60ca9de-acd1-4452-be33-e5b4f0564757"
    ],
    "album": "Dead Meadow",
    "release_id": null,
    "release_group_id": "1e1fad36-2709-365c-821a-0c062fd0298f",
    "labels": [
        "Tolotta Records"
    ],
    "label_ids": [
        "1f5a532c-d3b5-496b-b6ef-0b18466c77d7"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dead Meadow formed in 1998 in Washington DC, coming together to fuse their love of Led Zeppelin and Sabbath style riffs with the local punk and DIY aesthetic of their hometown (LA).\" https://deadmeadow.bandcamp.com/track/sleepy-silver-door",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}