Information about plays

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

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

{
    "id": 3555824,
    "uri": "https://api.kexp.org/v2/plays/3555824/?format=api",
    "airdate": "2025-09-21T08:31:33-07:00",
    "show": 64621,
    "show_uri": "https://api.kexp.org/v2/shows/64621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilles on the Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverse Death",
    "artist_ids": [],
    "album": "Reflectors, Vol. I",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Currencies"
    ],
    "label_ids": [
        "49a7902b-c8a3-4bd2-b89a-55fc04c90069"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Seattle band and \"hypnotic, west-coast stoner poets\" Reverse Death on this split release with Brazilian band Oruã ~ \nhttps://deadcurrencies.bandcamp.com/album/reflectors-vol-i",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}