Information about plays

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

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

{
    "id": 3633943,
    "uri": "https://api.kexp.org/v2/plays/3633943/?format=api",
    "airdate": "2026-03-26T15:58:34-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/860fd92f-6899-4b31-a205-d6b746da734e/17765631518-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/860fd92f-6899-4b31-a205-d6b746da734e/17765631518-250.jpg",
    "song": "Born to Be Wild",
    "track_id": null,
    "recording_id": "95c883e6-2801-4c4f-b2e9-0c37ee053391",
    "artist": "Ozzy Osbourne with Miss Piggy",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934",
        "d6924537-5874-4dea-9749-9c3d83348733"
    ],
    "album": "Kermit Unpigged",
    "release_id": null,
    "release_group_id": "d7f09c53-83e8-304c-9a04-094f2718b9cb",
    "labels": [
        "Jim Henson Records"
    ],
    "label_ids": [
        "9c7bf764-40e7-476c-bd61-f38ccf963cfb"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Born to Be Wild\" is a song performed by Ozzy Osbourne on the Kermit Unpigged album, with commentary by Miss Piggy. The number begins with Miss Piggy flattered that Ozzy is going to sing to her, and ends with her advising him \"Ozzy, get off of the floor!\"\n--\nYou know, that one track has got more publicity than anything else I've ever done,\" Ozzy griped to US talk show host Jimmy Kimmel in 2005, when the subject of its inclusion on his box set Prince Of Darkness was raised.\n\n\"When I was f**ked up all the time I did some crazy shit, you know?\" he later admitted.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}