Information about plays

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

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

{
    "id": 3621587,
    "uri": "https://api.kexp.org/v2/plays/3621587/?format=api",
    "airdate": "2026-02-24T05:02:40-08:00",
    "show": 66017,
    "show_uri": "https://api.kexp.org/v2/shows/66017/?format=api",
    "image_uri": "https://dn710205.ca.archive.org/0/items/mbid-9f6ef2ef-98d8-4601-b12b-301e27c6a648/mbid-9f6ef2ef-98d8-4601-b12b-301e27c6a648-30596782995_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-9f6ef2ef-98d8-4601-b12b-301e27c6a648/mbid-9f6ef2ef-98d8-4601-b12b-301e27c6a648-30596782995_thumb250.jpg",
    "song": "Avanti",
    "track_id": "748ff711-e168-4d31-8bb8-77bd583fcb14",
    "recording_id": "9b3f3d85-82f1-4a81-b897-f10589e904ba",
    "artist": "Cluster",
    "artist_ids": [
        "393ce5ee-4550-48e2-97f9-50a47a74bdc1"
    ],
    "album": "Grosses Wasser",
    "release_id": "9f6ef2ef-98d8-4601-b12b-301e27c6a648",
    "release_group_id": "2c83af61-f7f2-364c-befa-c295008237da",
    "labels": [
        "Gyroscope"
    ],
    "label_ids": [
        "c144a7aa-54a2-410e-9b34-2570baaa4884"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Avanti is the opening track of the 1979 album Grosses Wasser (meaning \"Great Water\") by the German electronic duo Cluster.\n\nhttps://clusterofficial.bandcamp.com/album/grosses-wasser",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}