Information about plays

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

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

{
    "id": 3624395,
    "uri": "https://api.kexp.org/v2/plays/3624395/?format=api",
    "airdate": "2026-03-02T12:16:07-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grandma's Hands",
    "track_id": "2800107f-4955-3f21-bc42-746bae69375a",
    "recording_id": "1ed5d688-5468-4028-b8b2-cd1bab2dbbf0",
    "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": "Blackstreet sampled \"Grandma's Hands \" for the 1996 song \"No Diggity\" which you just heard!\n\nRead KEXP's tribute to the legendary Bill Withers: https://www.kexp.org/read/2020/4/3/rip-bill-withers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}