Information about plays

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

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

{
    "id": 3552728,
    "uri": "https://api.kexp.org/v2/plays/3552728/?format=api",
    "airdate": "2025-09-13T22:49:28-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/423c3ae2-52d8-4142-b85e-4e0a338f50ce/31713391272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/423c3ae2-52d8-4142-b85e-4e0a338f50ce/31713391272-250.jpg",
    "song": "King of Hubcaps",
    "track_id": null,
    "recording_id": "13570683-577b-4908-ab4b-7cbf6794bcdd",
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "King of Hubcaps / Lose",
    "release_id": null,
    "release_group_id": "1c677df9-f235-4af5-9f1a-37d454adb36a",
    "labels": [
        "Steve Priest Fan Club"
    ],
    "label_ids": [
        "3d633fcf-6e78-4b80-b289-0283abf6c47a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Gas Huffer created comic books with each album (drawn by all four members of the band, including Joe Newton, now deputy art director for Rolling Stone magazine), that contain the lyrics to the songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}