Information about plays

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

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

{
    "id": 3578862,
    "uri": "https://api.kexp.org/v2/plays/3578862/?format=api",
    "airdate": "2025-11-16T06:02:30-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Velvet Dusk",
    "track_id": null,
    "recording_id": null,
    "artist": "Norvik & Rhucle",
    "artist_ids": [],
    "album": "Glass Horizon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with the closing track off a new collaborative EP from Hong Kong-based artist Gabriel Chan (aka Norvik) and prolific Japanese ambient musician Rhucle ~ https://rhucle.bandcamp.com/album/glass-horizon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}