Information about plays

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

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

{
    "id": 3633184,
    "uri": "https://api.kexp.org/v2/plays/3633184/?format=api",
    "airdate": "2026-03-24T17:18:00-07:00",
    "show": 66270,
    "show_uri": "https://api.kexp.org/v2/shows/66270/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-11b8034b-ece9-332f-948c-d00e4bbeebf2/mbid-11b8034b-ece9-332f-948c-d00e4bbeebf2-5160707183_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-11b8034b-ece9-332f-948c-d00e4bbeebf2/mbid-11b8034b-ece9-332f-948c-d00e4bbeebf2-5160707183_thumb250.jpg",
    "song": "One Note Samba / Surfboard",
    "track_id": "dc6b657e-cf91-342d-b9aa-5b4c0c9cd0a7",
    "recording_id": "b9fa2708-6124-43c6-aa53-918cccabe74e",
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Aluminum Tunes",
    "release_id": "11b8034b-ece9-332f-948c-d00e4bbeebf2",
    "release_group_id": "08e73dbc-90f1-39f6-a8f7-a65606a32256",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1998-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereolab's cover of One Note Samba!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}