Information about plays

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

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

{
    "id": 3637169,
    "uri": "https://api.kexp.org/v2/plays/3637169/?format=api",
    "airdate": "2026-04-03T06:32:45-07:00",
    "show": 66351,
    "show_uri": "https://api.kexp.org/v2/shows/66351/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-437abf40-3fc3-4a16-82e8-fdf99f24ccba/mbid-437abf40-3fc3-4a16-82e8-fdf99f24ccba-4049770190_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-437abf40-3fc3-4a16-82e8-fdf99f24ccba/mbid-437abf40-3fc3-4a16-82e8-fdf99f24ccba-4049770190_thumb250.jpg",
    "song": "Space Cowboy",
    "track_id": "08e9f229-6e45-3f3d-9f18-5b5dc77d7d27",
    "recording_id": "b48f608f-37d6-4026-97ab-eec7b06f0961",
    "artist": "Jamiroquai",
    "artist_ids": [
        "f4857fb9-e255-4dc6-bd01-e4ca7cc68544"
    ],
    "album": "The Return of the Space Cowboy",
    "release_id": "437abf40-3fc3-4a16-82e8-fdf99f24ccba",
    "release_group_id": "ec79a9d4-6fa3-38b9-b976-bcd2c56cd477",
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994 single from The Return of the Space Cowboy, written after the band’s original bassist left, with Stuart Zender coming in and essentially defining their future sound via that famously slippery bassline. The “space cowboy” persona is Jay Kay’s weed‑smoked alter ego, drifting through astral‑funk headspace while complaining about real‑world nonsense",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}