Information about plays

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

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

{
    "id": 3553741,
    "uri": "https://api.kexp.org/v2/plays/3553741/?format=api",
    "airdate": "2025-09-16T11:06:28-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia601307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/32/items/mbid-abc49b59-0c11-4651-9262-7316bda4c158/mbid-abc49b59-0c11-4651-9262-7316bda4c158-9825046782_thumb250.jpg",
    "song": "Bus to Beelzebub",
    "track_id": "8cc8bc14-8440-3a9b-b09b-90abefd99968",
    "recording_id": "6aa99c61-35db-4a39-a5a4-f8a8ed076a18",
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Ruby Vroom",
    "release_id": "abc49b59-0c11-4651-9262-7316bda4c158",
    "release_group_id": "377ce0f3-d963-3372-b030-d83be76f8a5d",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\" Get on to the bus that's gonna take you back to Beelzebub\nGet on to the bus that's gonna make you stop going rub-a-dub...\"  Here are the lyrics to this public transportation masterpiece, composed by Raymond Scott and Mike Doughty: https://genius.com/Soul-coughing-bus-to-beelzebub-lyrics\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}