Information about plays

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

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

{
    "id": 3598048,
    "uri": "https://api.kexp.org/v2/plays/3598048/?format=api",
    "airdate": "2025-12-30T15:25:43-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Freaks Daddy",
    "track_id": null,
    "recording_id": "71cb48e4-1b29-4056-8696-9b620c481e9d",
    "artist": "Frank Zappa and The Mothers of Invention",
    "artist_ids": [
        "e20747e7-55a4-452e-8766-7b985585082d",
        "fe98e268-4ddd-441b-95a0-b219375f9ae4"
    ],
    "album": "Pop History, Vol. 7",
    "release_id": null,
    "release_group_id": "544ca556-0627-4a1e-ad54-93266eb9d169",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Koko!\n---\nFrank Vincent Zappa was an American composer, guitarist, actor, and satirist who left a lasting mark as a cultural icon and postmodern music pioneer. Zappa's career spanned over 60 albums, blending complex compositions with theatrical performances.\n---\nThey won't go for no more\nGreat mid-western hardware store\nPhilosophy that turns away\nFrom those who aren't afraid to say\nWhat's on their minds\nThe left behinds of the Great Society\n---\nhttps://genius.com/The-mothers-of-invention-hungry-freaks-daddy-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}