Information about plays

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

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

{
    "id": 3583101,
    "uri": "https://api.kexp.org/v2/plays/3583101/?format=api",
    "airdate": "2025-11-26T05:09:23-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://ia800208.us.archive.org/12/items/mbid-7a6b0e3a-2f6f-4136-ba71-4ee1145684fc/mbid-7a6b0e3a-2f6f-4136-ba71-4ee1145684fc-5355191904_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/12/items/mbid-7a6b0e3a-2f6f-4136-ba71-4ee1145684fc/mbid-7a6b0e3a-2f6f-4136-ba71-4ee1145684fc-5355191904_thumb250.jpg",
    "song": "Vega-Tables",
    "track_id": "de45a211-ae62-3ec0-903c-49560175a4fb",
    "recording_id": "92c6a8f3-4d65-45d4-8636-3653cd89dc15",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "The Smile Sessions",
    "release_id": "1bc13541-1212-40ea-85e6-1633a56e88f1",
    "release_group_id": "7c402a15-f97f-42e3-a4da-408dc4621948",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2011-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Brian Wilson and Van Dyke Parks, the song was partly inspired by Wilson’s obsession with physical fitness in the late 1960s. In a contemporary article, he stated, “I want to turn people on to vegetables, good natural food, organic food. Health is an important element in spiritual enlightenment. But I do not want to be pompous about it, so we will engage in a satirical approach.” \n\nAnother reported inspiration for the song was a humorous comment Wilson heard about the effect of marijuana turning him and his friends into a “vegetative” state.\nhttps://www.the-paulmccartney-project.com/song/vega-tables/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}