Information about plays

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

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

{
    "id": 3665428,
    "uri": "https://api.kexp.org/v2/plays/3665428/?format=api",
    "airdate": "2026-06-08T17:45:56-07:00",
    "show": 66938,
    "show_uri": "https://api.kexp.org/v2/shows/66938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Head",
    "track_id": null,
    "recording_id": "c61e7858-3ac6-4567-820b-66a7f5d5a1c3",
    "artist": "Eloise Pezzner",
    "artist_ids": [
        "6704833d-d66e-4dfa-9e9d-f58b015f251f"
    ],
    "album": "Apocoloco",
    "release_id": null,
    "release_group_id": "d364681c-2345-4e3e-a3a7-da6e42accbf9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-06-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle Pezzner tradition continues!!!!\n\nhttps://eloisepezzner.bandcamp.com/album/apocoloco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}