Information about plays

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

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

{
    "id": 3557897,
    "uri": "https://api.kexp.org/v2/plays/3557897/?format=api",
    "airdate": "2025-09-26T08:50:04-07:00",
    "show": 64664,
    "show_uri": "https://api.kexp.org/v2/shows/64664/?format=api",
    "image_uri": "https://ia800608.us.archive.org/33/items/mbid-b5d2357b-c664-48a5-b5c7-f733510014e4/mbid-b5d2357b-c664-48a5-b5c7-f733510014e4-41423969973_thumb500.jpg",
    "thumbnail_uri": "https://ia800608.us.archive.org/33/items/mbid-b5d2357b-c664-48a5-b5c7-f733510014e4/mbid-b5d2357b-c664-48a5-b5c7-f733510014e4-41423969973_thumb250.jpg",
    "song": "A Daisy Chain for Satan (Acid and Flowers mix)",
    "track_id": "868ccbc7-fb1e-3d5c-a966-390e7d095dfb",
    "recording_id": "f3ec597e-b795-4cc7-a37e-6d41187eb722",
    "artist": "My Life With the Thrill Kill Kult",
    "artist_ids": [
        "07934e8f-f079-4645-a984-4a529504d79c"
    ],
    "album": "Some Have to Dance, Some Have to Kill",
    "release_id": "b5d2357b-c664-48a5-b5c7-f733510014e4",
    "release_group_id": "f665b6ff-a32d-3cd9-bf6a-b3c7a2a8b441",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Warning: Flashing Lights)\nSee a live performance of \"A Daisy Chain for Satan\" from SF's Warfield in June: https://www.youtube.com/watch?v=IgHvnRGYzH0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}