Information about plays

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

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

{
    "id": 3577299,
    "uri": "https://api.kexp.org/v2/plays/3577299/?format=api",
    "airdate": "2025-11-12T15:42:37-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "https://coverartarchive.org/release/24eec204-9546-4ba2-88a2-68fd03ca78f9/38280609064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24eec204-9546-4ba2-88a2-68fd03ca78f9/38280609064-250.jpg",
    "song": "Wanted (or Waiter, There’s Some Soup in My Flies)",
    "track_id": null,
    "recording_id": "a992cde6-fa1e-4953-b580-e62122073a38",
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Long Hot Summers: The Story of The Style Council",
    "release_id": null,
    "release_group_id": "b5d2cfdb-76b8-498b-bc6a-d1d4c4fbf9e1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2020-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Style Council was an English musical group formed in 1983 by ex-The Jam singer and guitarist Paul Weller with keyboardist Mick Talbot. The permanent lineup grew to include drummer Steve White and Weller's then-wife, vocalist Dee C. Lee.\nThey gained success in the UK with multiple Top 10 hits and albums, including Café Bleu (1984) and Our Favourite Shop (1985). Their later work, including The Cost of Loving (1987) and Confessions of a Pop Group (1988), saw a commercial decline. The band disbanded in 1989 but briefly reunited in 2019 for a recording session featured in a 2020 documentary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}