Information about plays

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

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

{
    "id": 3633550,
    "uri": "https://api.kexp.org/v2/plays/3633550/?format=api",
    "airdate": "2026-03-25T16:18:20-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3-24046665240_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3-24046665240_thumb250.jpg",
    "song": "Who Is He (And What Is He to You)?",
    "track_id": "551aa07d-5a62-3f5e-a101-d53b96fd2259",
    "recording_id": "c683020b-cb50-41c9-9fd9-9aebdda4ca01",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "The Best of Bill Withers: Lean on Me",
    "release_id": "f52dd070-00d3-4882-9df0-e456c8a6afa3",
    "release_group_id": "19fe875c-502d-301c-8794-150cd39ce778",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2000-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We just heard Creative Source's cover of this tune. Here's Bill Withers' version!\n\nWho Is He (And What is He to You?) is an expression of jealousy. This song has been covered by many artists since its release over 20 years ago.\n--\nDamani Baker and Alex Vlack released a documentary on Bill Withers' career called, fittingly enough, \"Still Bill\" in 2009 -- https://www.imdb.com/title/tt1333117/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}