Information about plays

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

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

{
    "id": 3641089,
    "uri": "https://api.kexp.org/v2/plays/3641089/?format=api",
    "airdate": "2026-04-12T06:39:52-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moment 5",
    "track_id": null,
    "recording_id": null,
    "artist": "Juha Mäki-Patola",
    "artist_ids": [
        "4311b1c1-0277-494b-8252-170157f1574f"
    ],
    "album": "Momentary Movements Of Landscapes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "130701/FatCat"
    ],
    "label_ids": [],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from Helsinki-based composer Juha Mäki-Patola ~ https://juhamakipatola.bandcamp.com/album/momentary-movements-of-landscapes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}