Information about plays

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

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

{
    "id": 3561421,
    "uri": "https://api.kexp.org/v2/plays/3561421/?format=api",
    "airdate": "2025-10-04T22:59:03-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Instantly Wasted +Lit from the Wrong end + Crop Circles",
    "track_id": null,
    "recording_id": null,
    "artist": "Liquid Mike",
    "artist_ids": [
        "56a6f0a7-cb01-4f57-8049-4dc79b919134"
    ],
    "album": "Hell Is an Airport",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Temporal"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marquette, MI's Liquid Mike just released their latest album, Hell is an Airport a couple of weeks ago and are touring the east coast and mid west to support the release.\n\nhttps://liquidmike.bandcamp.com/album/hell-is-an-airport",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}