Information about plays

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

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

{
    "id": 3628800,
    "uri": "https://api.kexp.org/v2/plays/3628800/?format=api",
    "airdate": "2026-03-14T12:42:09-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn711208.ca.archive.org/0/items/mbid-24a21b9e-0e6d-42b8-916c-e8648771b91c/mbid-24a21b9e-0e6d-42b8-916c-e8648771b91c-38564002817_thumb500.jpg",
    "thumbnail_uri": "https://dn711208.ca.archive.org/0/items/mbid-24a21b9e-0e6d-42b8-916c-e8648771b91c/mbid-24a21b9e-0e6d-42b8-916c-e8648771b91c-38564002817_thumb250.jpg",
    "song": "8 (circle)",
    "track_id": "18ae8c7e-e041-4cc9-a636-6ea061183e22",
    "recording_id": "4db1ca79-cf28-4dcc-b4be-aa3ea8c71408",
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "22, a Million",
    "release_id": "24a21b9e-0e6d-42b8-916c-e8648771b91c",
    "release_group_id": "f0e8f425-a941-48df-b5d7-2ceeaaf77c71",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On 22, A Million, Bon Iver founder, Justin Vernon, uses numbers and symbols as emotional markers, and “8 (circle)” is often heard as a moment of clarity and release in the middle of the album’s chaos. As we keep tracing the digits of π for today’s Pi Day theme, this one lands naturally on 8.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}