Information about plays

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

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

{
    "id": 3593790,
    "uri": "https://api.kexp.org/v2/plays/3593790/?format=api",
    "airdate": "2025-12-21T03:06:07-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia800100.us.archive.org/6/items/mbid-ebbf2ea8-5eed-4cc5-9013-20d216f3168e/mbid-ebbf2ea8-5eed-4cc5-9013-20d216f3168e-18143775025_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/6/items/mbid-ebbf2ea8-5eed-4cc5-9013-20d216f3168e/mbid-ebbf2ea8-5eed-4cc5-9013-20d216f3168e-18143775025_thumb250.jpg",
    "song": "Trouble Every Day",
    "track_id": "261429fc-61d0-3794-bca4-81f81c3c0615",
    "recording_id": "2be94900-33b5-4a2a-bbed-e652fde7ada0",
    "artist": "Frank Zappa",
    "artist_ids": [
        "e20747e7-55a4-452e-8766-7b985585082d"
    ],
    "album": "Kill Ugly Radio Some More",
    "release_id": "ebbf2ea8-5eed-4cc5-9013-20d216f3168e",
    "release_group_id": "0e6f4869-612f-34d0-a0c0-331e925ce2d2",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frank Zappa was born on this day in 1940! \n\nFrom The Mothers Of Invention's 1966 classic double LP debut \"Freak Out!\" Initially titled \"The Watts Riots Song\", it was written by Zappa after watching coverage of the Watts Riots in 1965.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}