Information about plays

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

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

{
    "id": 3558382,
    "uri": "https://api.kexp.org/v2/plays/3558382/?format=api",
    "airdate": "2025-09-27T14:26:20-07:00",
    "show": 64677,
    "show_uri": "https://api.kexp.org/v2/shows/64677/?format=api",
    "image_uri": "https://ia804505.us.archive.org/33/items/mbid-3f4a05ab-30c7-4fa6-9f07-7ad334db32f9/mbid-3f4a05ab-30c7-4fa6-9f07-7ad334db32f9-29902497989_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-3f4a05ab-30c7-4fa6-9f07-7ad334db32f9/mbid-3f4a05ab-30c7-4fa6-9f07-7ad334db32f9-29902497989_thumb250.jpg",
    "song": "Night Of The Vampire",
    "track_id": "2d381724-c0b1-4100-8982-8ffd3c4f1c34",
    "recording_id": "40038f86-9c03-4147-abdc-fb6dcc1a7508",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "May the Circle Remain Unbroken: A Tribute to Roky Erickson",
    "release_id": "bb4c0f12-e430-4aa2-827a-820874432b96",
    "release_group_id": "0ec5dad9-c0be-4418-9928-e40bd14dff3d",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2021-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall covering the great Roky Erickson.\n\nTySegall will be performing October 14th at Neumos in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}