Information about plays

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

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

{
    "id": 3611654,
    "uri": "https://api.kexp.org/v2/plays/3611654/?format=api",
    "airdate": "2026-01-31T23:18:18-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cave Dwellers",
    "track_id": null,
    "recording_id": null,
    "artist": "Bitter Branches",
    "artist_ids": [
        "104b451c-11fd-43a8-9886-c0ffa398a10a"
    ],
    "album": "Let's Give the Land Back to the Animals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Equal Vision Records"
    ],
    "label_ids": [
        "545c16ff-f0b6-4d00-8143-1759b641144a"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bitter Branches consists of veterans from the 90’s punk hardcore scene, having served time in Calvary, Deadguy, Lifetime, Lighten Up, Kiss It Goodbye, No Escape, Paint It Black and Walleye.\n\nhttps://bitterbranches.bandcamp.com/\nhttps://equalvision.com/artists/bitter-branches\nhttps://www.instagram.com/bitterbranchesband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}