Information about plays

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

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

{
    "id": 3629047,
    "uri": "https://api.kexp.org/v2/plays/3629047/?format=api",
    "airdate": "2026-03-15T00:08:38-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/e660512a-d969-4694-89e1-ddcd679df261/9465610888-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e660512a-d969-4694-89e1-ddcd679df261/9465610888-250.jpg",
    "song": "Orgasmatron",
    "track_id": null,
    "recording_id": "a30b940d-8580-4ada-8b2c-e458e2cb60f7",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Orgasmatron",
    "release_id": null,
    "release_group_id": "b864ee7c-5664-3fa0-a04d-9056d89efaa4",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1986-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Motorhead guitarist, Phil Campbell who passed away yesterday after battling a long illness.  He was the guitarist for the band from 1984 to 2015 when they broke up after the death of Lemmy Kilmister.\n\nhttps://www.bbc.com/news/articles/c0q3k04wxylo",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}