Information about plays

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

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

{
    "id": 3601522,
    "uri": "https://api.kexp.org/v2/plays/3601522/?format=api",
    "airdate": "2026-01-07T19:22:32-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "https://ia801404.us.archive.org/21/items/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887-16215023515_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/21/items/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887-16215023515_thumb250.jpg",
    "song": "Star Sail",
    "track_id": "41ec7049-5ce3-3b69-94b1-7486aca39f68",
    "recording_id": "ef20ec9d-1202-4660-8a3e-21e0dabe6f18",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Storm in Heaven",
    "release_id": "931210c6-c0b3-3e58-a439-7a3f52a2b887",
    "release_group_id": "362b7ad8-f0db-30bf-a68e-0b1ec56c6190",
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1993-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Storm in Heaven was produced by John Leckie, who was the tape operator on Syd Barrett's album Barrett.\n--\nThe title of this album was taken from Jay Stevens' book \"Storming Heaven\", detailing the effects of LSD during the 1960's counterculture movement",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}