Information about plays

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

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

{
    "id": 3569335,
    "uri": "https://api.kexp.org/v2/plays/3569335/?format=api",
    "airdate": "2025-10-24T11:25:49-07:00",
    "show": 64919,
    "show_uri": "https://api.kexp.org/v2/shows/64919/?format=api",
    "image_uri": "https://ia600601.us.archive.org/32/items/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37-29943780973_thumb500.jpg",
    "thumbnail_uri": "https://ia600601.us.archive.org/32/items/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37/mbid-3e5e8698-8ed5-4807-ba58-dc91e1685a37-29943780973_thumb250.jpg",
    "song": "Cinnamon",
    "track_id": "8238a08c-4430-36d1-9a26-5d331dd0aeb5",
    "recording_id": "84c8c62c-3c30-4235-aad5-b55537cfdc41",
    "artist": "The Long Winters",
    "artist_ids": [
        "966bd819-2ba1-4e1b-9d35-72385937e8ed"
    ],
    "album": "When I Pretend to Fall",
    "release_id": "3e5e8698-8ed5-4807-ba58-dc91e1685a37",
    "release_group_id": "9679d866-af66-3a7f-9653-895c6a3066a4",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-05-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In 2017, The Long Winters' John Roderick performed \"Cinnamon\" live for KEXP listeners at Little London Plane during Upstream Music Fest. Roderick was joined by Sean Nelson (KEXP, Harvey Danger), former Long Winters drummer (and 4AD head) Nabil Ayers, and musician, engineer, and longtime Long Winters member Eric Corson (Perfume Genius, Los Campesinos).: https://www.youtube.com/watch?v=lrkVFj1-ES0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}