Information about plays

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

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

{
    "id": 3438185,
    "uri": "https://api.kexp.org/v2/plays/3438185/?format=api",
    "airdate": "2024-12-14T22:43:49-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carry On",
    "track_id": null,
    "recording_id": "3111c07e-b808-47dc-bd9f-13789219ca6f",
    "artist": "The Insaints",
    "artist_ids": [
        "f12f9a11-ad96-45ee-827f-25c469418b6f"
    ],
    "album": "Diesel Queens Vs. Insaints",
    "release_id": null,
    "release_group_id": "2cc3e934-be43-4b2b-8dfe-36baaa8c9d36",
    "labels": [
        "Maximumrocknroll"
    ],
    "label_ids": [
        "a176a9a3-37fa-47c0-90ee-7fcd9293efc7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Insaints were an American punk rock group from Modesto, CA and later San Francisco, CA, fronted by controversial vocalist Marian Anderson from 1988-1994. She was noted for her powerful, sexually charged and provocative live performances which frequently included on-stage nudity and sex acts. The Insaints made Bay Area headlines when Anderson was arrested for lewd conduct after a performance at 924 Gilman Street in Berkeley, California. A documentary about the Insaints and the life of vocalist Marian Anderson, entitled Last Fast Ride: The Life, Love, and Death of a Punk Goddess directed by Lilly Scourtis Ayers and narrated by Henry Rollins, was released in February 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}