Information about plays

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

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

{
    "id": 3542997,
    "uri": "https://api.kexp.org/v2/plays/3542997/?format=api",
    "airdate": "2025-08-21T18:29:19-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://ia803202.us.archive.org/34/items/mbid-4c890e91-66d3-409b-a113-ad407dd393b8/mbid-4c890e91-66d3-409b-a113-ad407dd393b8-15341787707_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/34/items/mbid-4c890e91-66d3-409b-a113-ad407dd393b8/mbid-4c890e91-66d3-409b-a113-ad407dd393b8-15341787707_thumb250.jpg",
    "song": "R.A.M.O.N.E.S.",
    "track_id": "512b9777-2fd6-3cbb-818c-81deba0b2add",
    "recording_id": "c837026c-519d-471a-95fa-bcb0ca9f5513",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Kiss of Death",
    "release_id": "4c890e91-66d3-409b-a113-ad407dd393b8",
    "release_group_id": "010d9327-c443-303d-8817-9df08ea4180a",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2006-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Motorhead frontman, Lemmy, died aged 70, two days after learning he had cancer, on December 28, 2015.\n\nhttps://www.bbc.com/news/entertainment-arts-35192060",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}