Information about plays

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

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

{
    "id": 3537953,
    "uri": "https://api.kexp.org/v2/plays/3537953/?format=api",
    "airdate": "2025-08-09T15:23:48-07:00",
    "show": 64245,
    "show_uri": "https://api.kexp.org/v2/shows/64245/?format=api",
    "image_uri": "https://ia601306.us.archive.org/8/items/mbid-0a25ae72-8a79-37f4-a697-591f4364e0ab/mbid-0a25ae72-8a79-37f4-a697-591f4364e0ab-22036081387_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/8/items/mbid-0a25ae72-8a79-37f4-a697-591f4364e0ab/mbid-0a25ae72-8a79-37f4-a697-591f4364e0ab-22036081387_thumb250.jpg",
    "song": "Windowlicker",
    "track_id": "d8b70e37-7e40-3c52-ad43-bd38ee497e19",
    "recording_id": "6e2ca4ec-eda1-4ce4-8d65-1d9366ba8079",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Windowlicker",
    "release_id": "0a25ae72-8a79-37f4-a697-591f4364e0ab",
    "release_group_id": "3c4072b9-a844-3d49-ac5f-72b06bf79dea",
    "labels": [
        "Rough Trade Germany"
    ],
    "label_ids": [
        "6a75e34d-4fa9-47ca-b822-1c7b59903a4f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aphex Twin’s “Windowlicker” is probably one of the most influential electronic singles of the 1990s, and a lot of its power comes from the high-concept, music video “auteur” treatment by Chris Cunningham, with which the song is now inextricable. Watch the original video: https://youtu.be/UBS4Gi1y_nc https://www.insomniac.com/music/from-the-crate-aphex-twin-windowlicker/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}