Information about plays

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

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

{
    "id": 3540974,
    "uri": "https://api.kexp.org/v2/plays/3540974/?format=api",
    "airdate": "2025-08-16T22:44:51-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Little Left",
    "track_id": null,
    "recording_id": "298a2a6a-d0e5-4296-89b4-758b11923adc",
    "artist": "Dear Landlord",
    "artist_ids": [
        "434cb54c-e3b7-4db4-b811-e16215afb5bf"
    ],
    "album": "Singles and Outtakes 2007-2012",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Paper + Plastick"
    ],
    "label_ids": [
        "0f2e15f1-e569-4ed4-b0fa-6ec81325a740"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collection of rarities and unreleased music from 2007-2012.\n\nhttps://dearlandlord77.bandcamp.com/album/singles-and-outtakes-2007-2012",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}