Information about plays

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

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

{
    "id": 3587094,
    "uri": "https://api.kexp.org/v2/plays/3587094/?format=api",
    "airdate": "2025-12-05T09:47:45-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Rabbit (Isolated Vocal)",
    "track_id": null,
    "recording_id": null,
    "artist": "Grace Slick",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Drenched in echo, Slick sings with martial precision, completely in command of her vibrato and dipping and rising all through the Phrygian scale (also known as the Spanish or Gypsy scale.) And no wonder, the song was written in 1965 after an LSD trip at her Marin county home where Slick had listened to Miles Davis’ \"Sketches of Spain\" over and over again for 24 hours.: https://www.openculture.com/2024/02/hear-grace-slicks-hair-raising-vocals-in-the-isolated-track-for-white-rabbit-1967.html#google_vignette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}