Information about plays

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

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

{
    "id": 3630057,
    "uri": "https://api.kexp.org/v2/plays/3630057/?format=api",
    "airdate": "2026-03-17T05:49:57-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb250.jpg",
    "song": "Daydream Believer",
    "track_id": "47f3b2ad-f6f5-327b-8254-87b7dd1d03a5",
    "recording_id": "e56da028-d884-4434-8925-66ccb19845e2",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "Greatest Hits",
    "release_id": "bc0890e8-2bae-4b31-8357-873a44caffbd",
    "release_group_id": "db6aee89-fb19-3356-8183-bed394c08cdb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Monkees released the timeless anthem \"Daydream Believer\" in late 1967, later featuring it on their 1968 album The Birds, The Bees & The Monkees. Founding member Micky Dolenz will be celebrating 60 years of the group with a performance at the Uptown Theatre Napa (SF Bay Area) on July 19th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}