Information about plays

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

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

{
    "id": 3611129,
    "uri": "https://api.kexp.org/v2/plays/3611129/?format=api",
    "airdate": "2026-01-30T18:19:21-08:00",
    "show": 65795,
    "show_uri": "https://api.kexp.org/v2/shows/65795/?format=api",
    "image_uri": "https://coverartarchive.org/release/93cd8524-5ac0-4c50-afbe-a53596ace806/4117879295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93cd8524-5ac0-4c50-afbe-a53596ace806/4117879295-250.jpg",
    "song": "Burnin’ and Lootin’",
    "track_id": null,
    "recording_id": "b55b6900-cfb6-480c-83c2-f86144cf5ff0",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Live Forever: The Stanley Theatre, Pittsburgh, PA, September 23, 1980",
    "release_id": null,
    "release_group_id": "551c8dcf-1d84-42e8-a16c-d21124fab091",
    "labels": [
        "Great Dane Records"
    ],
    "label_ids": [
        "c0fc8e22-f81b-4558-82e3-3de7423cce06"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How many rivers do we have to cross\nBefore we can talk to the boss? Eh!\nAll that we got, it seems we have lost\nWe must have really paid the cost",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}