Information about plays

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

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

{
    "id": 3570707,
    "uri": "https://api.kexp.org/v2/plays/3570707/?format=api",
    "airdate": "2025-10-27T18:51:12-07:00",
    "show": 64951,
    "show_uri": "https://api.kexp.org/v2/shows/64951/?format=api",
    "image_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-250.jpg",
    "song": "Ripple",
    "track_id": null,
    "recording_id": "71e244e7-2a93-4240-a85b-571b5d65a2a0",
    "artist": "The Grateful Dead",
    "artist_ids": [],
    "album": "American Beauty",
    "release_id": null,
    "release_group_id": "994c2c59-d32f-304e-8f53-bda17a254f52",
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Another long-lasting classic in the Grateful Dead canon, this delightful love song is one of the several American Beauty songs that received extensive airplay in 1970-1971. A fine Cajun feel in the rhythm offsets a gentle, almost bluegrass melody. Some gospel elements are also evident and taken all together makes this one of the band's finest melodic achievements. Lyrically, the song is open for interpretation, but an overall tenderness and willing to bend in a relationship is at the core here, and it's expressed with Jerry Garcia's best fireside manner.\" (Matthew Greenwald, allmusic: https://bit.ly/43TEXVM)\n\nhttps://www.dead.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}