Information about plays

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

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

{
    "id": 3632201,
    "uri": "https://api.kexp.org/v2/plays/3632201/?format=api",
    "airdate": "2026-03-22T02:15:42-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn711305.ca.archive.org/0/items/mbid-e36a9354-af5c-473f-a176-2200dbcc4758/mbid-e36a9354-af5c-473f-a176-2200dbcc4758-11056612198_thumb500.jpg",
    "thumbnail_uri": "https://dn711305.ca.archive.org/0/items/mbid-e36a9354-af5c-473f-a176-2200dbcc4758/mbid-e36a9354-af5c-473f-a176-2200dbcc4758-11056612198_thumb250.jpg",
    "song": "Binge",
    "track_id": "3de67cdb-2164-49b8-a7a9-6e39fcf7f28c",
    "recording_id": "bbc9535b-fce7-4516-b814-2aae9721de79",
    "artist": "Marriages",
    "artist_ids": [
        "30c4f946-bceb-44ad-bbb2-4cc98f9c3aaf"
    ],
    "album": "Salome",
    "release_id": "e36a9354-af5c-473f-a176-2200dbcc4758",
    "release_group_id": "887ef175-14a6-484a-abce-728cb3ae2093",
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emma Ruth Rundle was the lead singer of Marriages.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}