Information about plays

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

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

{
    "id": 3569899,
    "uri": "https://api.kexp.org/v2/plays/3569899/?format=api",
    "airdate": "2025-10-25T19:25:04-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/0deb11cd-6ae9-464e-922a-b09179c9212c/38716404706-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0deb11cd-6ae9-464e-922a-b09179c9212c/38716404706-250.jpg",
    "song": "This Must be the Place (Talking Heads Cover)",
    "track_id": null,
    "recording_id": "8b0cd477-4c7f-45a5-b09a-cf155ff9e523",
    "artist": "Car Seat Headrest & Naked Giants",
    "artist_ids": [],
    "album": "2016-11-26: The Neptune, Seattle, WA, USA",
    "release_id": null,
    "release_group_id": "dc07e820-4ebd-48b0-bca4-e99a1c97f773",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-11-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Parker in Mercer Island! Thanks Parker!\n--\nDavid Byrne said of the original: “That’s a love song made up almost completely of non sequiturs, phrases that may have a strong emotional resonance but don’t have any narrative qualities. It’s a real honest kind of love song. I don’t think I’ve ever done a real love song before. Mine always had a sort of reservation, or a twist. I tried to write one that wasn’t corny, that didn’t sound stupid or lame the way many do. I think I succeeded; I was pretty happy with that.”",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}