Information about plays

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

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

{
    "id": 3609899,
    "uri": "https://api.kexp.org/v2/plays/3609899/?format=api",
    "airdate": "2026-01-27T19:02:03-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zombie",
    "track_id": null,
    "recording_id": "fa76e88c-6127-46ca-a4cb-1e62d27957dd",
    "artist": "Vital Disorders",
    "artist_ids": [
        "ab6f6232-c7ca-4d82-b7be-7dcd756c7368"
    ],
    "album": "Luke Una presents É soul cultura Vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eastzone Records"
    ],
    "label_ids": [
        "252ce8ae-af97-4474-a50d-4b77ec5490ff"
    ],
    "release_date": "2026-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out and preorder this compilation on the Mr. Bongo bandcamp here: https://tinyurl.com/5bpw566e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}