Information about plays

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

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

{
    "id": 3520335,
    "uri": "https://api.kexp.org/v2/plays/3520335/?format=api",
    "airdate": "2025-06-29T09:10:05-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mobile Line",
    "track_id": null,
    "recording_id": null,
    "artist": "The Holy Modal Rounders",
    "artist_ids": [
        "9caa5639-5037-4e45-bace-ebb992331a0c"
    ],
    "album": "The Moray Eels Eat The Holy Modal Rounders",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trippy cover of the Jim Kweskin song!\n–\nThe Holy Modal Rounders was an American folk music group, originally the duo of Peter Stampfel and Steve Weber, who began performing together on the Lower East Side of New York City in the early 1960s. Their unique blend of folk music revival and psychedelia gave them a cult-like following from the late 1960s into the 1970s. For a time the group also included the playwright and actor Sam Shepard.\nhttps://holymodalrounders.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}