Information about plays

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

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

{
    "id": 3571518,
    "uri": "https://api.kexp.org/v2/plays/3571518/?format=api",
    "airdate": "2025-10-29T19:26:06-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://ia600402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb500.jpg",
    "thumbnail_uri": "https://ia600402.us.archive.org/27/items/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1/mbid-fda73b0b-e5a2-45ab-ad02-b966fa48ccb1-18742515606_thumb250.jpg",
    "song": "Night of the Vampire",
    "track_id": "1393a9ed-2005-3bee-a818-2ce3ead10e30",
    "recording_id": "1d3ddf52-b514-422e-90d8-d4bbbfa97464",
    "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": "Roky Erickson was the singer of The Thirteenth Floor Elevators. Read more about his legacy here: https://www.newyorker.com/culture/postscript/the-pure-weirdness-of-the-psychedelic-rock-icon-roky-erickson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}