Information about plays

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

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

{
    "id": 3579498,
    "uri": "https://api.kexp.org/v2/plays/3579498/?format=api",
    "airdate": "2025-11-17T18:40:12-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes Full Of Animal",
    "track_id": null,
    "recording_id": null,
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "A Bridge to Far",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sixth studio album from Midlake. \n\nWritten and recorded in Denton, TX with producer Sam Evian, the record explores themes of hope, humility, and perseverance—blending the band’s cinematic folk-rock sound with renewed clarity and purpose.\n\nhttps://midlakeband.bandcamp.com/album/a-bridge-to-far",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}