Information about plays

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

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

{
    "id": 3577695,
    "uri": "https://api.kexp.org/v2/plays/3577695/?format=api",
    "airdate": "2025-11-13T14:24:46-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Standing on the Moon",
    "track_id": null,
    "recording_id": "f5988f51-4e9c-47c3-b8e4-3347fca9e511",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Built to Last",
    "release_id": null,
    "release_group_id": "8c81e42e-9022-3f66-b224-cfe564a79160",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1989-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Spencer in Arch Cape, Oregon:\nMy brother passed away in September, 2022 and was a huge Deadhead. He went to countless Dead and Company shows. I had never got into them myself when he was alive. In July, 2023, I went to my first shows at the Gorge to honor him. We had played 3 songs at his funeral and they didn't play any either night at the Gorge and it left me wanting more. On a whim, I decided to drive to San Francisco a few days later to catch the last 3 shows of the tour. I got each song on each night (Standing on the Moon, Ripple, Brokedown Palace) It was a religious experience. I hopped on the bus as they say. Tears, laughter, and community with shared experiences and love. Been to 14 shows since and I count down the days till the next show. I need them. It's where I feel closest to my brother.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}