Information about plays

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

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

{
    "id": 3634295,
    "uri": "https://api.kexp.org/v2/plays/3634295/?format=api",
    "airdate": "2026-03-27T14:52:15-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/3da925eb-b591-4cdc-a128-995534473a73/36621756038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3da925eb-b591-4cdc-a128-995534473a73/36621756038-250.jpg",
    "song": "Elegantly Wasted",
    "track_id": null,
    "recording_id": "d06fde29-7657-4a25-978e-7e984d291423",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Elegantly Wasted",
    "release_id": null,
    "release_group_id": "2286aee9-8236-42b9-82fe-eb2bbac3865f",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Insults and reported physical altercations, mostly between Liam Gallagher/Noel Gallagher and Michael Hutchence, characterized the heated rock rivalry between Oasis and INXS in the mid-1990s. Hutchence surreptitiously recorded the shout \"I'm better than Oasis\" into the chorus of the 1997 song \"Elegantly Wasted\" in retaliation for Noel calling him a \"has-been\" at the 1996 Brit Awards, which marked the height of the rivalry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}