Information about plays

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

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

{
    "id": 3587728,
    "uri": "https://api.kexp.org/v2/plays/3587728/?format=api",
    "airdate": "2025-12-06T19:49:50-08:00",
    "show": 65308,
    "show_uri": "https://api.kexp.org/v2/shows/65308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Inside",
    "track_id": null,
    "recording_id": null,
    "artist": "Mt Fog",
    "artist_ids": [
        "9394e43d-1b94-4dc9-8957-c63ccf124edb"
    ],
    "album": "Every Stone Is Green",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S A WORLD PREMIEREEEEE\n\nThis is the upcoming single from Mt Fog's upcoming album Every Stone is Green, out March 2026!\n\nFrom the band: \"Featuring a driving kraut-rock-esque beat and enchanted forest synth sounds, the song urges us to love ourselves as a first step to making the world a better place.\"\n\nhttps://www.mtfog.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}