Information about plays

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

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

{
    "id": 3662394,
    "uri": "https://api.kexp.org/v2/plays/3662394/?format=api",
    "airdate": "2026-06-01T13:01:00-07:00",
    "show": 66876,
    "show_uri": "https://api.kexp.org/v2/shows/66876/?format=api",
    "image_uri": "https://coverartarchive.org/release/20accbdb-9678-46c7-aa09-d66420d69f6f/37930647684-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20accbdb-9678-46c7-aa09-d66420d69f6f/37930647684-250.jpg",
    "song": "For Real",
    "track_id": null,
    "recording_id": "13c7d271-443d-4ec2-920a-88900e669c3c",
    "artist": "Flowers",
    "artist_ids": [
        "3b13162f-1c02-4dea-bcfd-fd6c5d628753"
    ],
    "album": "Baltic Soul Weekender #2",
    "release_id": null,
    "release_group_id": "cf8bddaf-b3b5-4bed-bc8e-556f93cbd5da",
    "labels": [
        "Unique"
    ],
    "label_ids": [
        "2fa1ea77-e579-465f-8de6-5eaf76dda98f"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/924648-Flowers-For-Real\n\n\"With its cathartic strings, oscillating guitars and synths solos that meander like so many an aimless summer walk, “For Real” by Flowers is the perfect seasonal complement. One of only two releases by the elusive Richard Flowers on the equally elusive LAXpressio label, this extended 7 minute cut from 1976 speaks blues skies and green grass.\n\nNo wonder it’s a diggers’ treasure fetching around 500$ for the original 7″ version. It was big in the Northern Soul scene back in the day too.\"\nhttps://musicismysanctuary.com/forgotten-treasure-flowers-for-real",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}