Information about plays

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

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

{
    "id": 3640205,
    "uri": "https://api.kexp.org/v2/plays/3640205/?format=api",
    "airdate": "2026-04-10T07:29:59-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/33/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb250.jpg",
    "song": "The Hardest Button to Button",
    "track_id": "ea505f94-db8e-3d0b-83d6-8516b11aff05",
    "recording_id": "104972d9-3789-41b8-bb81-a63b077449ef",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "Elephant",
    "release_id": "4eddd9ca-a36f-38d1-b766-266446c0198a",
    "release_group_id": "d85b9684-4277-3565-b89b-115c8b4b7fd3",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2003-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the Michel Gondry-directed video, Jack White's amp and Meg White's drum kit trail behind on every beat as they travel through a town. They had 32 amps and 32 drum kits for the shoot. : https://www.youtube.com/watch?v=K4dx42YzQCE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}