Information about plays

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

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

{
    "id": 3577664,
    "uri": "https://api.kexp.org/v2/plays/3577664/?format=api",
    "airdate": "2025-11-13T12:32:14-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Things Must Pass",
    "track_id": "3e0095ee-f176-3676-af55-0c85e1a49d36",
    "recording_id": "dd6d8e5c-7050-4510-a5ff-b619ba2b92a5",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "debd74af-34b1-40ac-b2a0-d914b559e459",
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "gn records",
        "Capitol Records"
    ],
    "label_ids": [
        "394fbbe3-7dd1-42e2-8327-541c38a38d28",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Leon in Colorado:\n\nShortly after my father's 49th birthday the vehicle he was driving was struck head-on by an 18-wheeler, rendering him comatose, a state he never recovered from despite clinging to life for another 5 months. I visited him at his care facility every day, bitterly and angrily cursing the unfairness of existence, sitting bedside, shaving the unresponsive face, and helping to change the undergarments of a man I had rarely seen sit still much less lie prone. It's been nearly a quarter century since his body finally mercifully let him go, I'm older now than he was then, and I'd do nearly anything to have one more chance to attend to him one last time and celebrate the preciousness of moments I couldn't fully appreciate at the time. The grief levels off but, unlike all of us in our human fragility, it never fully passes. I miss you, Dad. I appreciate you so much, KEXP, and would love if you could play George Harrison's beautiful All Things Must Pass.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}