Information about plays

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

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

{
    "id": 3640153,
    "uri": "https://api.kexp.org/v2/plays/3640153/?format=api",
    "airdate": "2026-04-10T04:11:48-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://dn711402.ca.archive.org/0/items/mbid-0071d366-ae8f-472d-8ec4-bd754199550a/mbid-0071d366-ae8f-472d-8ec4-bd754199550a-44649068026_thumb500.jpg",
    "thumbnail_uri": "https://dn711402.ca.archive.org/0/items/mbid-0071d366-ae8f-472d-8ec4-bd754199550a/mbid-0071d366-ae8f-472d-8ec4-bd754199550a-44649068026_thumb250.jpg",
    "song": "Good Intentions",
    "track_id": "a061f9a0-9249-4475-83b3-8b26fd459181",
    "recording_id": "8b26862e-40a5-4c49-bf22-54d31db1225e",
    "artist": "Ego Ella May",
    "artist_ids": [
        "2c235afa-c51a-4c07-827d-59f233eeda37"
    ],
    "album": "Good Intentions",
    "release_id": "0071d366-ae8f-472d-8ec4-bd754199550a",
    "release_group_id": "54a5078d-2f59-4c2d-8e02-ebe1668dcdac",
    "labels": [
        "Believe UK"
    ],
    "label_ids": [
        "5b903849-5962-48b9-8fed-13b28cc2c373"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}