Information about plays

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

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

{
    "id": 3567230,
    "uri": "https://api.kexp.org/v2/plays/3567230/?format=api",
    "airdate": "2025-10-19T15:10:22-07:00",
    "show": 64878,
    "show_uri": "https://api.kexp.org/v2/shows/64878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lights and Music",
    "track_id": null,
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boys Noize Remix\n\nTouring North America in November, including stops at The Showbox in Seattle on Nov 10;  Wonder Ballroom in Portland on Nov 11; and The Regency Ballroom in San Francisco on Nov 13.\n\nOf this album, lead vocalist Dan Whitford confides that the sound of In Ghost Colours is the closest the band has come to the sound they are after.\n\n\"The album is a lot more realised than the first one. I think all of us, when we think of the first one, we agree we sort of got half way there. But on the new one we got a lot closer to the sort of sounds we're after. There are some different aspects to it – more layered, more dynamic, as well as some more loud, dance-y sections to it. And with the guitar there were many-layered sections as well.\n\n\"It got the real highs and lows, the real floaty bits, which I think is sort of a secret to our sound, with a lot of segues so that it just sort of flows together. And I think it's a lot more, kind of... complete.\" https://tinyurl.com/ysaxf8r7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}