Information about plays

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

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

{
    "id": 3656445,
    "uri": "https://api.kexp.org/v2/plays/3656445/?format=api",
    "airdate": "2026-05-18T15:21:20-07:00",
    "show": 66752,
    "show_uri": "https://api.kexp.org/v2/shows/66752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let This River Flow",
    "track_id": null,
    "recording_id": "c46bdfa8-20da-427d-a2b1-b14e92541c04",
    "artist": "Googie & Tom Coppola",
    "artist_ids": [],
    "album": "Shine the Light of Love",
    "release_id": null,
    "release_group_id": "547f2b82-1ba5-407f-888d-33216bad87ae",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Air dissolved in the early '70s, Tom and Googie Coppola got married, had a kid, became born-again Christians, and made one more obscure record together: \"Shine the Light of Love,\" released by Columbia in 1980 and then almost immediately lost to lack of promotion. \"Let This River Flow\" is one of its standouts — sweet LA soul, Googie's Minnie Riperton-ish vocal floating over the kind of sophisticated arrangements only Tom could write. The Favorite Recordings reissue brought it back to circulation.\n\nhttps://www.favoriterec.com/2016/04/googie-tom-coppola-lp-reissue/\nhttps://favoriterecordings.bandcamp.com/album/shine-the-light-of-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}