Information about plays

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

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

{
    "id": 3632800,
    "uri": "https://api.kexp.org/v2/plays/3632800/?format=api",
    "airdate": "2026-03-23T16:58:26-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-3287a560-657b-4557-a93d-16052aa09117/mbid-3287a560-657b-4557-a93d-16052aa09117-35752255294_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-3287a560-657b-4557-a93d-16052aa09117/mbid-3287a560-657b-4557-a93d-16052aa09117-35752255294_thumb250.jpg",
    "song": "Don’t Hurt Yourself",
    "track_id": "81c20d6e-c7fa-47d7-af15-09886d958016",
    "recording_id": "8a1ce668-f7bb-4f17-a1cd-a2255939d3ce",
    "artist": "Beyoncé feat. Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22",
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Lemonade",
    "release_id": "3287a560-657b-4557-a93d-16052aa09117",
    "release_group_id": "c1f22e07-7bdf-4a4f-8b50-7747c1091ef6",
    "labels": [
        "Columbia",
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2016-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "cause it's all White now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}