Information about plays

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

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

{
    "id": 3598562,
    "uri": "https://api.kexp.org/v2/plays/3598562/?format=api",
    "airdate": "2025-12-31T19:57:47-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Sombra Ou Dúvida",
    "track_id": null,
    "recording_id": null,
    "artist": "Boogarins",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-12-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Check out their recent KEXP session: https://www.youtube.com/watch?v=KdEsblhOWJA 2019 release from Brazilian psych-rockers Boogarins \"Sombrou Dúvida is a question. A play on words in Boogarins’ native Brazilian Portuguese. It’s a contraction of “Sombra ou Dúvida”, the title track of the album, which translates as ‘Shadow or Doubt’. There might seem to be a darkness to the question, given that both choices aren’t exactly cheery. Yet, Dinho, the smiling, Afro-donned singer of the group tells us that “shadow” refers to a feeling related to your comfort zone, whereas doubt is the uncertainty that hits people and leads them to follow their instincts.\" https://boogarins.bandcamp.com/album/sombrou-d-vida",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}