Information about plays

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

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

{
    "id": 3587090,
    "uri": "https://api.kexp.org/v2/plays/3587090/?format=api",
    "airdate": "2025-12-05T09:34:24-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buffalo MC - Stop and Bust a Move",
    "track_id": "de676168-d452-4a4e-84ce-fa0017814e99",
    "recording_id": "82f40423-97f7-406a-937c-e76c0429021a",
    "artist": "Bill McClintock",
    "artist_ids": [
        "22034344-908b-483b-9260-24c10bc1342c"
    ],
    "album": "Buffalo MC - Stop and Bust a Move",
    "release_id": "f24c8ffa-45b9-4351-9e87-44758b2482ff",
    "release_group_id": "ce168642-1cf0-4b3f-b742-56e4454b1da7",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning John, Owen, Crew - and my fellow morning faithful.\nWriting from the chilly northeast and, given that it's a Friday, I was wondering if you'd consider playing (later in the morning's set) Bill McClintock's Buffalo MC \"Stop and Bust a Move.\" Seems to be a Friday kind of song.\nPeace and love, --Walt from Jersey\n--\nMash-up expert Bill McClintock took Buffalo Springfield’s 1966 anthem, \"For What It’s Worth\" and Young MC’s 1989 dance floor-filler \"Bust a Move\" — both tunes with a I-IV chord progression — and melded them into this hybrid musical gem:",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}