Information about plays

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

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

{
    "id": 3551734,
    "uri": "https://api.kexp.org/v2/plays/3551734/?format=api",
    "airdate": "2025-09-11T14:35:06-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Banana Zoo",
    "track_id": null,
    "recording_id": null,
    "artist": "André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "Class of 3000",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Class of 3000\" story follows a music superstar named Sunny Bridges. He decides to become a music teacher. He teaches a group of talented students at the Westley School of Performing Arts in Atlanta. Sunny is a great jazz and blues artist. He helps his students learn about music and life. The show had 28 episodes in total.\n\"The show was created by André 3000, who is famous from the hip hop group Outkast.\"  (That's what The Kids' Encyclopedia says.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}