Information about plays

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

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

{
    "id": 3576402,
    "uri": "https://api.kexp.org/v2/plays/3576402/?format=api",
    "airdate": "2025-11-10T11:14:52-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "https://ia800806.us.archive.org/25/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/25/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb250.jpg",
    "song": "They Are Night Zombies!! They Are Neighbors!! They Have Come Back From the Dead!! Ahhhh!",
    "track_id": "0ca0f1f8-f4c2-34be-8440-5faa201fd1a5",
    "recording_id": "a7a2f951-5aa0-4771-9539-88ba52eafc96",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "777d51fe-b7c7-4874-9217-40abf09b4924",
    "release_group_id": "1fb75447-c513-38c4-ad8f-1bfc441aa74c",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2005-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track came out on Sufjan Stevens' 2005 album, Illinois, the second of two state-themed albums. \n\nIn promotion of Michigan (2003) and Illinois, \"The PR team chose to emphasize Stevens’s supposed (read: fictitious) bid to cover all 50 states in his bio and press packet.\" Read more about the false bid for the 50 state albums here: https://tinyurl.com/mv36c5hx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}