Information about plays

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

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

{
    "id": 3520424,
    "uri": "https://api.kexp.org/v2/plays/3520424/?format=api",
    "airdate": "2025-06-29T14:29:30-07:00",
    "show": 63873,
    "show_uri": "https://api.kexp.org/v2/shows/63873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just a Beat (Extended)",
    "track_id": null,
    "recording_id": null,
    "artist": "Byron the Aquarius",
    "artist_ids": [
        "82de2f8d-3406-4121-82d3-47ced9125df8"
    ],
    "album": "Just A Beat / Kitty Kat (Extended)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "one of the most unique voices in deep house — Alabama-based Byron The Aquarius. The low-key producer’s soulful, raw, instrumental take on the genre has earned this artist a devoted following and the chance to work with some of the best musicians in the world.\n\nhttps://thehigherground.bandcamp.com/album/just-a-beat-kitty-kat-extended",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}