Information about plays

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

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

{
    "id": 3549744,
    "uri": "https://api.kexp.org/v2/plays/3549744/?format=api",
    "airdate": "2025-09-06T20:33:02-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d6199df-2866-4204-bb2d-6134df48d903/25565308748-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d6199df-2866-4204-bb2d-6134df48d903/25565308748-250.jpg",
    "song": "Jennifer",
    "track_id": null,
    "recording_id": "7e61860d-9dcd-4eea-89d2-b5ea5624cca8",
    "artist": "Cold Beat",
    "artist_ids": [
        "10969dc2-c517-4d0d-adc4-45a8a73623a9"
    ],
    "album": "A Simple Reflection",
    "release_id": null,
    "release_group_id": "e2ec7640-3842-487b-9aa7-8990fdb38d3a",
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [
        "6710f297-1dea-4d27-a62a-61f67bb64e8e"
    ],
    "release_date": "2018-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cold Beat is a San Francisco-based quartet fronted by Hannah Lew (synths, vocals) with Kyle King (synths, guitar), Luciano Talpini Aita (synths) and Sean Monaghan (guitar). Formed in 2013 the band has released three albums and two EPs. ‘A Simple Reflection’ is a 7-song collection of Eurythmics covers, yet feels just as personal as any of their original material. \n\nhttps://coldbeatsf.bandcamp.com/album/a-simple-reflection-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}