Information about plays

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

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

{
    "id": 3667564,
    "uri": "https://api.kexp.org/v2/plays/3667564/?format=api",
    "airdate": "2026-06-13T22:02:02-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/c74289a4-3a95-49d7-bff6-106ae8bc1cc5/23014926693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c74289a4-3a95-49d7-bff6-106ae8bc1cc5/23014926693-250.jpg",
    "song": "I Was A Teenage Bozo",
    "track_id": null,
    "recording_id": "522cefdc-ab9b-4707-b4c2-dc930e2076a4",
    "artist": "Lumpy & the Dumpers",
    "artist_ids": [
        "c9438167-656a-4d7e-a2f9-d371a03f63f8"
    ],
    "album": "Collection",
    "release_id": null,
    "release_group_id": "468c8fb7-0cc2-4860-9cff-fe9d836e933c",
    "labels": [
        "Erste Theke Tonträger"
    ],
    "label_ids": [
        "15f0dbde-4147-48a8-bf1e-d08282486465"
    ],
    "release_date": "2014-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Saint Louis, Missouri, active 2012-2018 with a small string of reunion shows in 2023.\n\nhttps://lumpythedumpers.bandcamp.com/album/collection\nhttps://beat.com.au/lumpy-and-the-dumpers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}