Information about plays

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

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

{
    "id": 3574743,
    "uri": "https://api.kexp.org/v2/plays/3574743/?format=api",
    "airdate": "2025-11-06T13:43:25-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/b193f29d-ac56-40bf-b603-24645dc54ca6/16296439512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b193f29d-ac56-40bf-b603-24645dc54ca6/16296439512-250.jpg",
    "song": "Second Sunday in August",
    "track_id": null,
    "recording_id": "5f07e891-5690-49f0-8fa4-c0936d99379f",
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "I Sing the Body Electric",
    "release_id": null,
    "release_group_id": "35c24abc-f1b5-3908-b4e0-53517080afd1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mr. Shorter had a sly, confiding style on the tenor saxophone, instantly identifiable by his low-gloss tone and elliptical sense of phrase. His sound was brighter on soprano, an instrument on which he left an incalculable influence; he could be inquisitive, teasing or elusive, but always with a pinpoint intonation and clarity of attack.\" --Nate Chinen in the New York Times\n--\n\"I Sing the Body Electric\" was the second studio album from Weather Report.  Isn't Wayne Shorter's saxophone playing on this Joe Zawinul composition phenomenal?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}