Information about plays

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

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

{
    "id": 3572172,
    "uri": "https://api.kexp.org/v2/plays/3572172/?format=api",
    "airdate": "2025-10-31T10:00:45-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb500.jpg",
    "thumbnail_uri": "https://ia800402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb250.jpg",
    "song": "I’m a Demon",
    "track_id": "097e8d6c-1309-3e01-b5d4-cd829cd92359",
    "recording_id": "e20b1b66-2082-4daa-baf9-dc5fbe8fa582",
    "artist": "Roky Erickson",
    "artist_ids": [
        "08850745-2054-4af6-833a-dde3f031eaa5"
    ],
    "album": "You’re Gonna Miss Me: The Best of Roky Erickson",
    "release_id": "fda73b0b-e5a2-45ab-ad02-b966fa48ccb1",
    "release_group_id": "eb4038d9-6eb1-3ce8-aeee-5e0328c4fab9",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1991-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to The Midday Show: Halloween Edition! \n\nThis short song comes from Roky Erickson's 1992 album, Mad Dog. The album also features songs such as \"I'm A Demon,\" \"The Beast,\" and \"Don't Shake Me Lucifer.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}