Information about plays

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

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

{
    "id": 3577730,
    "uri": "https://api.kexp.org/v2/plays/3577730/?format=api",
    "airdate": "2025-11-13T16:45:02-08:00",
    "show": 65100,
    "show_uri": "https://api.kexp.org/v2/shows/65100/?format=api",
    "image_uri": "https://ia600609.us.archive.org/28/items/mbid-a3a5335f-3739-42e9-b755-6f944a5f427a/mbid-a3a5335f-3739-42e9-b755-6f944a5f427a-10246499760_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/28/items/mbid-a3a5335f-3739-42e9-b755-6f944a5f427a/mbid-a3a5335f-3739-42e9-b755-6f944a5f427a-10246499760_thumb250.jpg",
    "song": "Death With Dignity",
    "track_id": "5df52d7c-d933-4d3c-a541-075a03e6573f",
    "recording_id": "0307b271-e9d6-45d7-b98d-318faee671e4",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Carrie & Lowell",
    "release_id": "a3a5335f-3739-42e9-b755-6f944a5f427a",
    "release_group_id": "21666540-83c8-4c54-9be1-0363a0848f33",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2015-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Luz\n\nCould I request \"Death With Dignity\" by Sufjan in honor of my daughter Beatrix who died at 36 weeks due to unknown causes, just a few weeks before her due date. It absolutely wrecked us and this song was played over us by my friend Bryan as we wept. Death is wrong on so many levels, but we have been healed by so many friends who just sat with us in our grief. We now listen to Carrie & Lowell on her birthday, May 15, and it has been a sorrowful comfort.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}