Information about plays

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

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

{
    "id": 3558372,
    "uri": "https://api.kexp.org/v2/plays/3558372/?format=api",
    "airdate": "2025-09-27T13:45:23-07:00",
    "show": 64677,
    "show_uri": "https://api.kexp.org/v2/shows/64677/?format=api",
    "image_uri": "https://ia801307.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": "The album Roby Vroom was released 30 years ago! And recorded at Sunset Sound Factory in Hollywood, Blake and Froom's usual haunt—a storage room near the studio's lounge was filled with vintage keyboards and road cases filled with toys—whistles, baby rattles, children's toy xylophones, many of which you can hear on the album.\nhttps://bit.ly/2SbfSkT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}