Information about plays

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

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

{
    "id": 3636452,
    "uri": "https://api.kexp.org/v2/plays/3636452/?format=api",
    "airdate": "2026-04-01T13:22:37-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c-44436221938_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c/mbid-9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c-44436221938_thumb250.jpg",
    "song": "Somewhere New",
    "track_id": "a13b9e32-53bd-4c39-9c6c-b14639da53ce",
    "recording_id": "0c00d197-c012-4ecf-91e0-1066aa8ce6a3",
    "artist": "Jerry Paper",
    "artist_ids": [
        "b5d177c8-a3bf-47ab-8e66-aae394b380cc"
    ],
    "album": "BOiNK!",
    "release_id": "9f2df6c4-d88b-4bfb-ad55-deb0dcb8228c",
    "release_group_id": "a32dcdc3-ab84-4e08-bb21-c2bc94a740c3",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jerry Paper is touring.  He says,'It’s just me and guitar, NO friends\n🥩Going Raw Style 🥩\" : https://www.instagram.com/p/Cq6NDihPKCy/\n-\nHe'll be at Cafe Du Nord in SF on Tuesday,  June 16th and at Madame Lou's in Seattle on Friday, June 19th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}