Information about plays

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

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

{
    "id": 3622545,
    "uri": "https://api.kexp.org/v2/plays/3622545/?format=api",
    "airdate": "2026-02-26T12:10:51-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Curve",
    "track_id": "acdc0c7f-a362-360e-bf85-99d6fa233736",
    "recording_id": "15f6840a-655d-4863-a34b-7a22c82092c8",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Remain in Light",
    "release_id": "b6c6032c-1ed2-4f98-b50d-a2e1d85be723",
    "release_group_id": "f6b1b900-6108-32f0-abbd-2855af9151eb",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Among the many Talking Heads hits, “The Great Curve” stands out as a masterpiece that delves deep into the human experience. Released in 1980 as part of their album 'Remain in Light,' this captivating track offers a thought-provoking exploration of the disorienting and ever-changing nature of existence. With its infectious rhythm, haunting melodies, and cryptic lyrics, \"The Great Curve” challenges listeners to decipher its meaning and connect with its powerful messages. Drawing on the influence of Nigerian musician Fela Kuti, the band experimented with African polyrhythms, funk, and electronics, recording instrumental tracks as a series of looping grooves. \n\nhttps://beatcrave.com/the-meaning-behind-the-song-the-great-curve-by-talking-heads/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}