Information about plays

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

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

{
    "id": 3636554,
    "uri": "https://api.kexp.org/v2/plays/3636554/?format=api",
    "airdate": "2026-04-01T18:55:03-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-005d4651-fbc0-320d-8014-984630da6605/mbid-005d4651-fbc0-320d-8014-984630da6605-40858002597_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-005d4651-fbc0-320d-8014-984630da6605/mbid-005d4651-fbc0-320d-8014-984630da6605-40858002597_thumb250.jpg",
    "song": "Pink Moon",
    "track_id": "93bf79a6-4f3c-394c-8ae2-ce45ca7bd79f",
    "recording_id": "d840d505-c0e0-44fe-9c03-3a272cfff88e",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Fruit Tree",
    "release_id": "005d4651-fbc0-320d-8014-984630da6605",
    "release_group_id": "5f8079b6-2085-3b07-9c6f-3f9d8e064e6e",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1986-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What is arguably Nick Drake's most famous song, \"Pink Moon.\"\n\nNick only released 3 studio albums during his lifetime and 'Pink Moon' was the only one released in North America. The track features just Drake on vocals, acoustic guitar and a single piano melody overdubbed onto the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}