Information about plays

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

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

{
    "id": 3635007,
    "uri": "https://api.kexp.org/v2/plays/3635007/?format=api",
    "airdate": "2026-03-29T05:34:47-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-d27bca5f-6ef2-4824-bee5-2f0332930cc9/mbid-d27bca5f-6ef2-4824-bee5-2f0332930cc9-6877126624_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-d27bca5f-6ef2-4824-bee5-2f0332930cc9/mbid-d27bca5f-6ef2-4824-bee5-2f0332930cc9-6877126624_thumb250.jpg",
    "song": "The First Song",
    "track_id": "9cb3aa3a-8629-30be-9014-75fd336a025a",
    "recording_id": "013cf986-ac45-430c-8ab4-56b9e3c07dbc",
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Everything All the Time",
    "release_id": "d27bca5f-6ef2-4824-bee5-2f0332930cc9",
    "release_group_id": "f9c3a3db-c1d5-33ec-98ca-8c8de928c17f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}