Information about plays

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

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

{
    "id": 3541014,
    "uri": "https://api.kexp.org/v2/plays/3541014/?format=api",
    "airdate": "2025-08-17T00:39:00-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Insufferable Weight",
    "track_id": null,
    "recording_id": null,
    "artist": "Barren Path",
    "artist_ids": [],
    "album": "Grieving",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Willowtip"
    ],
    "label_ids": [
        "01258062-3a8e-4fc6-912e-8bb9ef4877e7"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After completing the final objective and rising from the ashes of the recently self-immolated GRIDLINK, Takafumi Matsubara and Bryan Fajardo now set mission coordinates towards BARREN PATH.\n\nhttps://barrenpath.bandcamp.com/album/grieving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}