Information about plays

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

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

{
    "id": 3636897,
    "uri": "https://api.kexp.org/v2/plays/3636897/?format=api",
    "airdate": "2026-04-02T14:30:31-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-250.jpg",
    "song": "What’s Going On",
    "track_id": null,
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [],
    "album": "What’s Going On",
    "release_id": null,
    "release_group_id": "c1fa4d2c-ec62-37d5-b01d-6df7f8fd2c90",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1971-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It opens with the ambient noise of a party; it's a homecoming for a Vietnam veteran. Beneath the celebration, there's uneasiness.\n\nThe central theme of \"What's Going On\" and the album of the same name came from Marvin Gaye's own life. When his brother Frankie returned from Vietnam, Gaye noticed that his outlook had changed. He put himself in his brother's shoes and wrote a song that stands among the most tuneful works of consciousness-raising in American music.\nEnjoy NPR's \"All Things Considered\"'s feature on this great song: https://www.npr.org/2000/08/07/1080444/npr-100-whats-going-on\n--\nHere's a wonderful live performance of What's Going On\" in 1972: https://www.youtube.com/watch?v=fPkM8F0sjSw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}