Information about plays

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

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

{
    "id": 3599228,
    "uri": "https://api.kexp.org/v2/plays/3599228/?format=api",
    "airdate": "2026-01-02T13:00:24-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Year",
    "track_id": "27e93a32-2687-38e5-b484-5de8bca086f8",
    "recording_id": "85c70e06-e102-4f04-8077-357428bf3e70",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": "7aaf0618-292c-3474-bfbc-d831baf710cf",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The album opens with New Year, which has all the hallmarks of Breeders music jammed into a song which is just a hair shy of two minutes.\": https://tinnitist.com/2023/07/18/area-residents-classic-album-review-the-breeders-last-splash/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}