Information about plays

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

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

{
    "id": 3638079,
    "uri": "https://api.kexp.org/v2/plays/3638079/?format=api",
    "airdate": "2026-04-05T06:58:58-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Moment of Reflection",
    "track_id": null,
    "recording_id": null,
    "artist": "Kh3rtis",
    "artist_ids": [
        "816f5fa2-7dbe-4a91-99d7-980c2e26a07d"
    ],
    "album": "In the Wake of Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Audionautic Records"
    ],
    "label_ids": [
        "85509e45-aca5-498b-a626-8350736eb52d"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new album from Prague-based musician Kh3rtis ~ https://kh3rtis.bandcamp.com/album/in-the-wake-of-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}