Information about plays

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

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

{
    "id": 3632622,
    "uri": "https://api.kexp.org/v2/plays/3632622/?format=api",
    "airdate": "2026-03-23T05:25:38-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb250.jpg",
    "song": "Teardrops",
    "track_id": "39d225ae-d943-39a6-81e6-83d4160dc933",
    "recording_id": "52f1d6e4-f69f-4640-9f89-ef7d4039c0a3",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx",
    "release_id": "d1503eba-60af-49ad-98a6-970881d16e09",
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2009-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamie xx and former member of this band,  covering Womack & Womack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}