Information about plays

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

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

{
    "id": 3544146,
    "uri": "https://api.kexp.org/v2/plays/3544146/?format=api",
    "airdate": "2025-08-24T09:34:58-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfbc501c-6f41-4618-8bb1-90bb8ebd936f/2065403356-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfbc501c-6f41-4618-8bb1-90bb8ebd936f/2065403356-250.jpg",
    "song": "Stuck in the Middle With You",
    "track_id": null,
    "recording_id": "6d934feb-2ed3-4516-9bef-ff53eb7fe4b1",
    "artist": "Stealers Wheel",
    "artist_ids": [
        "63200203-e2c6-4081-8e0d-00c9732c6b6f"
    ],
    "album": "Stealers Wheel",
    "release_id": null,
    "release_group_id": "5300d93f-8c4e-3a24-ac0f-d2a72fa7489f",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1992 director Quentin Tarantino used \"Stuck in the Middle With You\" in the soundtrack of his debut film Reservoir Dogs, in the infamous Michael Madsen ear-cutting scene, bringing new attention to the song.\n\nAccording to rumor, the Scottish rock band Stealers Wheel wrote Stuck in the Middle as a parody of Dylan’s vocal delivery and absurd, sometimes paranoiac imagery. Much to the band’s chagrin, the song caught on (probably because everybody — including Dylan — assumed this was a new Bob Dylan tune) becoming the band’s biggest (read: only) hit. - https://bit.ly/34d36LN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}