Information about plays

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

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

{
    "id": 3615288,
    "uri": "https://api.kexp.org/v2/plays/3615288/?format=api",
    "airdate": "2026-02-09T13:09:43-08:00",
    "show": 65889,
    "show_uri": "https://api.kexp.org/v2/shows/65889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lord of the Golden Baboon",
    "track_id": null,
    "recording_id": "ca4ca30a-fe2b-4697-9b2b-a24060a946dd",
    "artist": "Mandrill",
    "artist_ids": [
        "697ea2f4-4f79-466a-8c57-29d5455b68bd"
    ],
    "album": "Mandrill Is",
    "release_id": null,
    "release_group_id": "0cc31fa1-2f72-3f3d-b0fe-74989f3d9af4",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mandrill released \"Lord of the Golden Baboon\" on their 1971 self-titled debut album. This track showcases their eclectic fusion style, blending funk, rock, jazz, and Latin influences, reflecting their Brooklyn-based, multi-instrumentalist approach. It highlights their early, experimental sound before they shifted to smoother funk later in the 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}