Information about plays

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

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

{
    "id": 3561910,
    "uri": "https://api.kexp.org/v2/plays/3561910/?format=api",
    "airdate": "2025-10-06T05:11:03-07:00",
    "show": 64761,
    "show_uri": "https://api.kexp.org/v2/shows/64761/?format=api",
    "image_uri": "https://ia600303.us.archive.org/15/items/mbid-f31bf32e-d1de-4784-8d46-f5c9e9d579f3/mbid-f31bf32e-d1de-4784-8d46-f5c9e9d579f3-21932615471_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/15/items/mbid-f31bf32e-d1de-4784-8d46-f5c9e9d579f3/mbid-f31bf32e-d1de-4784-8d46-f5c9e9d579f3-21932615471_thumb250.jpg",
    "song": "Autobahn",
    "track_id": "5816609d-e3b0-3c7e-b89f-efaf17ec281a",
    "recording_id": "1fcc329c-a3c1-486e-8345-565e7f261ab7",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Autobahn",
    "release_id": "f31bf32e-d1de-4784-8d46-f5c9e9d579f3",
    "release_group_id": "f73729e8-4501-3088-aa20-44945296036e",
    "labels": [
        "Mute",
        "Kling Klang"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#628\n\nThe album version of \"Autobahn\" clocks in at an impressive 22:43, while the UK single edit is a \"measly\" 3:06!\n\nWhere in the world might you ever hear the 22:43 version on the radio? KEXP, that's where!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}