Information about plays

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

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

{
    "id": 3623008,
    "uri": "https://api.kexp.org/v2/plays/3623008/?format=api",
    "airdate": "2026-02-27T13:35:10-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-0d042b03-1058-372d-9034-fabd8579df55/mbid-0d042b03-1058-372d-9034-fabd8579df55-5889594334_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-0d042b03-1058-372d-9034-fabd8579df55/mbid-0d042b03-1058-372d-9034-fabd8579df55-5889594334_thumb250.jpg",
    "song": "Bad Town",
    "track_id": "5778f8e9-f090-3c27-8f33-b18eb8edf6b6",
    "recording_id": "1001bd3b-d684-46c4-ad98-af52d640afd8",
    "artist": "Operation Ivy",
    "artist_ids": [
        "931e1d1f-6b2f-4ff8-9f70-aa537210cd46"
    ],
    "album": "Operation Ivy",
    "release_id": "0d042b03-1058-372d-9034-fabd8579df55",
    "release_group_id": "c4e6ef54-dd5f-388f-9147-fd2a34f6f408",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1991-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berkeley, CA based ska punk/hardcore punk greats Operation Ivy were only active from 1987-89, making a major imprint in the ska genre and punk scene during a short-lived career. This compilation record was released in 1991, and included 25 tracks, essentially the group's full discography.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}