Information about plays

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

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

{
    "id": 3567286,
    "uri": "https://api.kexp.org/v2/plays/3567286/?format=api",
    "airdate": "2025-10-19T17:55:30-07:00",
    "show": 64878,
    "show_uri": "https://api.kexp.org/v2/shows/64878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Church and State",
    "track_id": null,
    "recording_id": null,
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "Returning to Myself",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of this track Carlile reveals, \"Written and sung on November 5, 2024, after 11pm.\n\n\"The only things in life that are certain are death and taxes. I wouldn’t dare dodge either one of those things. One thing I know for sure is that we will all be dependent physically and esoterically on the young people that we dump our insanity onto. We crawl twice in our lives. With any luck in our infancy, we’re lifted into loving arms. Who will lift us up when we’ve grown old and burned the whole world down? Not the ones left to sort through the ashes. Let the violent hands be lifted by their religion.\" https://tinyurl.com/h7pc7p47",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}