Information about plays

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

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

{
    "id": 3570137,
    "uri": "https://api.kexp.org/v2/plays/3570137/?format=api",
    "airdate": "2025-10-26T07:23:59-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Infant Lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Rev",
    "artist_ids": [],
    "album": "Stay Nomad",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at a track off the forthcoming EP and Planet Mu debut from 26 year-old Raymond Hu from Chongqing in South West China ~ https://revtheacid.bandcamp.com/album/stay-nomad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}