Information about plays

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

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

{
    "id": 3629079,
    "uri": "https://api.kexp.org/v2/plays/3629079/?format=api",
    "airdate": "2026-03-15T02:15:49-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f-11370065127_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f/mbid-2b359fca-f01f-4338-afdb-8275498e0c5f-11370065127_thumb250.jpg",
    "song": "Electricity",
    "track_id": "cec45df8-d12c-4c1b-bc63-2eb67e1b969d",
    "recording_id": "8830f574-e243-46d7-96b4-267d5b5b5218",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Bad Magic",
    "release_id": "2b359fca-f01f-4338-afdb-8275498e0c5f",
    "release_group_id": "37d8c756-b81f-45ed-9c74-e6b28a34c285",
    "labels": [
        "UDR"
    ],
    "label_ids": [
        "862919f8-d25f-43e3-b279-c10e5792c082"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}