Information about plays

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

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

{
    "id": 3641438,
    "uri": "https://api.kexp.org/v2/plays/3641438/?format=api",
    "airdate": "2026-04-13T04:56:53-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-21f8abb6-d3ce-4047-9b53-c3ccc4783eef/mbid-21f8abb6-d3ce-4047-9b53-c3ccc4783eef-31180848258_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-21f8abb6-d3ce-4047-9b53-c3ccc4783eef/mbid-21f8abb6-d3ce-4047-9b53-c3ccc4783eef-31180848258_thumb250.jpg",
    "song": "Dayvan Cowboy",
    "track_id": "40d02ff4-088b-42f3-93f5-d92b48d9d124",
    "recording_id": "ef756a43-0905-4e59-8f05-a6b2bd977aa8",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "The Campfire Headphase",
    "release_id": "21f8abb6-d3ce-4047-9b53-c3ccc4783eef",
    "release_group_id": "401bc572-414c-3cb2-b2b8-fbef17eb9ab0",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}