Information about plays

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

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

{
    "id": 3606285,
    "uri": "https://api.kexp.org/v2/plays/3606285/?format=api",
    "airdate": "2026-01-19T07:00:06-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "https://ia902806.us.archive.org/30/items/mbid-15c4eb4e-46f4-3b56-9db0-7092dfb73eb4/mbid-15c4eb4e-46f4-3b56-9db0-7092dfb73eb4-9201174903_thumb500.jpg",
    "thumbnail_uri": "https://ia802806.us.archive.org/30/items/mbid-15c4eb4e-46f4-3b56-9db0-7092dfb73eb4/mbid-15c4eb4e-46f4-3b56-9db0-7092dfb73eb4-9201174903_thumb250.jpg",
    "song": "A Love Supreme, Part 1: Acknowledgement",
    "track_id": "c8cf2559-77d1-3336-b96b-77d0bcc294ee",
    "recording_id": "0827b81a-c1df-4601-9b63-226fd3d70feb",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "A Love Supreme",
    "release_id": "15c4eb4e-46f4-3b56-9db0-7092dfb73eb4",
    "release_group_id": "77cf47ba-58cd-3f3d-a5f9-79bf89860421",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2008-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Coltrane's \"A Love Supreme\" was recorded near the close of 1964 and released the following year. Easily one of the most celebrated jazz recordings ever made, it was added to the Library of Congress National Recording Registry in 2015.\n\nIn a 1961 interview with Kitty Grime, Coltrane said, “I don’t have to plan so much as I learn and get freer. Sometimes we start from nothing. I know how it’s going to end—but sometimes not what might happen in between. I’m studying and learning about longer constructions. If I become strong enough, I might try something on those lines.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}