Information about plays

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

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

{
    "id": 3656322,
    "uri": "https://api.kexp.org/v2/plays/3656322/?format=api",
    "airdate": "2026-05-18T08:26:29-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are Not Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Toadies",
    "artist_ids": [
        "066e598e-baa0-4e34-b511-c70bcec6f783"
    ],
    "album": "Live on Youtube",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=UpVl8LhZR40\n\n\"I first heard this Jeff Tweedy song about 2 weeks ago.  It was a live performance of Tweedy with Mavis Staples, and it felt like it had been written for this very moment, when we can't hug our friends or even some of our family.  I immediately wanted to cover this song so I could help deliver the message that 'you are not alone\" Vaden Todd Lewis/Toadies.\n\nDrummer Mark Reznicek adds:  \"We would like to extend some small measure of hope and solidarity with this song. We’re all in this together, and you are not alone.\"\n \nGuitarist and award-winning editor Clark Vogeler captured the session, showing the band recording from their homes in Texas to California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}