Information about plays

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

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

{
    "id": 3596986,
    "uri": "https://api.kexp.org/v2/plays/3596986/?format=api",
    "airdate": "2025-12-28T00:51:57-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coldlands",
    "track_id": null,
    "recording_id": null,
    "artist": "Ebony Pendant",
    "artist_ids": [
        "4883ce6f-2b55-46d0-92a3-3834a2464b4d"
    ],
    "album": "Threnodies from the Coldlands",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2025-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crushing one man black metal project from Seattle WA. One of the best black metal records of the year\nhttps://ebonypendant.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}