Information about plays

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

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

{
    "id": 3574746,
    "uri": "https://api.kexp.org/v2/plays/3574746/?format=api",
    "airdate": "2025-11-06T13:56:20-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/09fb14b7-7214-4e1c-99c8-aebd5283d67b/14362912320-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09fb14b7-7214-4e1c-99c8-aebd5283d67b/14362912320-250.jpg",
    "song": "Etcetera",
    "track_id": null,
    "recording_id": "ccf7e1a0-09b0-4b55-aab6-d7128b3a1737",
    "artist": "Wayne Shorter",
    "artist_ids": [
        "2379937f-6e0d-46a2-b8ff-633fafd72002"
    ],
    "album": "Etcetera",
    "release_id": null,
    "release_group_id": "a6f6b544-a3bc-3e1d-b12d-143ad9921c35",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shorter swirls around in a hypnotizing dance with Herbie Hancock's piano, grounded by the nocturnal bass of Cecil McBee and the airy structure of Joe Chambers' drumming.\"\n--\nThis album, Shorter's fifth for Blue Note,  was recorded in 1965, but wasn't released until fifteen years later in 1980.:  https://www.bluenote.com/spotlight/wayne-shorter-etcetera-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}