Information about plays

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

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

{
    "id": 3657352,
    "uri": "https://api.kexp.org/v2/plays/3657352/?format=api",
    "airdate": "2026-05-20T19:19:35-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/03288a74-b855-4274-a5ec-e48e72d6451b/43374291154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03288a74-b855-4274-a5ec-e48e72d6451b/43374291154-250.jpg",
    "song": "Transylvania Boogie",
    "track_id": null,
    "recording_id": "daa96ce7-f64b-45b7-b0f9-77608ab60cec",
    "artist": "Frank Zappa",
    "artist_ids": [
        "e20747e7-55a4-452e-8766-7b985585082d"
    ],
    "album": "Chunga’s Revenge",
    "release_id": null,
    "release_group_id": "9aae3927-b128-316a-9bf4-1995991c79ec",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1970-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Released on October 23, 1970, Chunga’s Revenge fulfills the Zappa aesthetic and, while some may not have gotten all the jokes, it’s lasted the test of time.\" https://www.udiscovermusic.com/stories/chungas-revenge-frank-zappa-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}