Information about plays

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

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

{
    "id": 3550737,
    "uri": "https://api.kexp.org/v2/plays/3550737/?format=api",
    "airdate": "2025-09-09T05:14:06-07:00",
    "show": 64515,
    "show_uri": "https://api.kexp.org/v2/shows/64515/?format=api",
    "image_uri": "https://ia803208.us.archive.org/31/items/mbid-72463bb5-a409-34f3-9de0-696fea05c34f/mbid-72463bb5-a409-34f3-9de0-696fea05c34f-29281647569_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/31/items/mbid-72463bb5-a409-34f3-9de0-696fea05c34f/mbid-72463bb5-a409-34f3-9de0-696fea05c34f-29281647569_thumb250.jpg",
    "song": "What’s He Building?",
    "track_id": "9a3fdcab-814e-31ec-b8df-fb1796fd3a2a",
    "recording_id": "e4eb2a80-04aa-4235-9035-7edaaaf778da",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Mule Variations",
    "release_id": "72463bb5-a409-34f3-9de0-696fea05c34f",
    "release_group_id": "be821a7a-4a19-3062-9ca6-8d07a658bc10",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "1999-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What's he building in there? Mule Variations won a Grammy Award for Best Contemporary Folk Album. \n\nMusic video: http://www.youtube.com/watch?v=nMqxNPsfN50\n\nhttps://tomwaits.bandcamp.com/album/mule-variations-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}