Information about plays

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

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

{
    "id": 3636345,
    "uri": "https://api.kexp.org/v2/plays/3636345/?format=api",
    "airdate": "2026-04-01T06:57:02-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-98742874-40bc-46ca-8027-745cb2e29d4a/mbid-98742874-40bc-46ca-8027-745cb2e29d4a-9752212461_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-98742874-40bc-46ca-8027-745cb2e29d4a/mbid-98742874-40bc-46ca-8027-745cb2e29d4a-9752212461_thumb250.jpg",
    "song": "Eyes Be Closed",
    "track_id": "624b0976-d1c6-36b9-a25d-25111650e523",
    "recording_id": "5bfe5ea4-3ff9-458c-9d3d-f885967de5f7",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Within and Without",
    "release_id": "98742874-40bc-46ca-8027-745cb2e29d4a",
    "release_group_id": "df595313-7291-446d-9a8f-0d15068e474a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Sub Pop!! Founded on this day in 1988. The most played label on KEXP! \n\nSee a live performance, hosted by Cheryl Waters, by Georgia musician Ernest Greene (Washed Out) in our studio in 2024: https://www.youtube.com/watch?v=B7nM2R39A1A\n--\nDid you know that Washed Out was our guest DJ for Midnight in a Perfect World in 2017.  Go here to peruse his playlist: https://www.kexp.org/read/2017/09/13/midnight-in-a-perfect-world-washed-out/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}