Information about plays

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

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

{
    "id": 3522712,
    "uri": "https://api.kexp.org/v2/plays/3522712/?format=api",
    "airdate": "2025-07-04T20:56:59-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://coverartarchive.org/release/66aad362-df49-4af5-a605-1d2111d0bc92/30660610994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66aad362-df49-4af5-a605-1d2111d0bc92/30660610994-250.jpg",
    "song": "Lean on Me",
    "track_id": null,
    "recording_id": "ca3d74d7-badb-4ad3-a075-f4cb1599a555",
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "100 Soul Classics",
    "release_id": null,
    "release_group_id": "8e6d64fb-3d28-384a-8168-23b428dfff78",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary singer and vocalist Bill Withers died in 2020 at the age of 81. Read a KEXP tribute to this great artist: https://www.kexp.org/read/2020/4/3/rip-bill-withers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}