Information about plays

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

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

{
    "id": 3549789,
    "uri": "https://api.kexp.org/v2/plays/3549789/?format=api",
    "airdate": "2025-09-06T22:20:43-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hibernation",
    "track_id": null,
    "recording_id": null,
    "artist": "We March",
    "artist_ids": [
        "35a193d2-3a3f-4300-9d31-923ddfa29960"
    ],
    "album": "Life In A Bubble",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Non-Prophet"
    ],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Athens, Ohio’s WE MARCH existed for most of the 2000s, and, during that time, they were one of the most ferocious and exciting bands in America.  RIP We March guitarist, Curtis Frey who passed away in 2023 at the age of 42.\n\nhttps://www.maximumrocknroll.com/band/we-march/\nhttps://wemarch.bandcamp.com/album/creator-destroyer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}