Information about plays

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

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

{
    "id": 3632199,
    "uri": "https://api.kexp.org/v2/plays/3632199/?format=api",
    "airdate": "2026-03-22T02:08:14-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-03bfbbea-d619-4124-b554-400b02eefab6/mbid-03bfbbea-d619-4124-b554-400b02eefab6-21846043376_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-03bfbbea-d619-4124-b554-400b02eefab6/mbid-03bfbbea-d619-4124-b554-400b02eefab6-21846043376_thumb250.jpg",
    "song": "Protection",
    "track_id": "66421431-26af-4f0a-bf03-094a5c8a4656",
    "recording_id": "6ee29bf3-3f28-427f-af15-ff002997d96c",
    "artist": "Emma Ruth Rundle",
    "artist_ids": [
        "7ba593b9-79d4-4860-92c8-ade2a1ef4551"
    ],
    "album": "Marked for Death",
    "release_id": "03bfbbea-d619-4124-b554-400b02eefab6",
    "release_group_id": "54ec3bc5-e3b2-4f62-ae82-8f763fd4babf",
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emma Ruth Rundle collaborated Thou on the previous song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}