Information about plays

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

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

{
    "id": 3543186,
    "uri": "https://api.kexp.org/v2/plays/3543186/?format=api",
    "airdate": "2025-08-22T05:59:56-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia903104.us.archive.org/3/items/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3-24046665240_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/3/items/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3/mbid-f52dd070-00d3-4882-9df0-e456c8a6afa3-24046665240_thumb250.jpg",
    "song": "Lovely Day",
    "track_id": "15c61fbb-0de9-32e3-9abb-cd8f90a120a7",
    "recording_id": "2d6daa5a-19d9-4254-b149-26f162c4634f",
    "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": true,
    "is_live": false,
    "comment": "By request, for Lucky Jo in NJ!\n\nEver wonder how long Bill holds THAT note? 18 seconds!! \n\nWithers holds a sustained note towards the end which, at 18 seconds long, is one of the longest ever recorded on an American pop song. The song was listed at No. 402 on Rolling Stone's \"Top 500 Best Songs of All Time\" in 2021.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}