Information about plays

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

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

{
    "id": 3666301,
    "uri": "https://api.kexp.org/v2/plays/3666301/?format=api",
    "airdate": "2026-06-10T19:52:58-07:00",
    "show": 66955,
    "show_uri": "https://api.kexp.org/v2/shows/66955/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-38e7816b-6909-47cc-8933-2e47fb2010c3/mbid-38e7816b-6909-47cc-8933-2e47fb2010c3-12048716483_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-38e7816b-6909-47cc-8933-2e47fb2010c3/mbid-38e7816b-6909-47cc-8933-2e47fb2010c3-12048716483_thumb250.jpg",
    "song": "Sentence",
    "track_id": "0dbad9fb-ed9a-3feb-84bd-bb552e49c84c",
    "recording_id": "f03b37f2-2389-4172-91cf-9f36594b7f45",
    "artist": "Bardo Pond",
    "artist_ids": [
        "2ad8bce1-8e55-48db-82ed-d98b52a3a13f"
    ],
    "album": "Amanita",
    "release_id": "38e7816b-6909-47cc-8933-2e47fb2010c3",
    "release_group_id": "4c85e616-2122-3a74-bb24-47dc468f2f00",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"While drug references litter the Philadelphia-based psychedelic rock band’s song and album titles, they’re handled in a non-cloying manner. Amanita muscaria, the mushroom after which their 1996 album is titled, has both poisonous and hallucinogenic properties. The implication is clear, but no over-the-top images appear on the album cover, nor do proselytizing lyrics blast you with mycological advocacy. The music is the drug, Bardo Pond convincingly insinuate.\"\nhttps://pitchfork.com/reviews/albums/bardo-pond-amanita-25th-anniversary-edition/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}