Information about plays

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

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

{
    "id": 3538597,
    "uri": "https://api.kexp.org/v2/plays/3538597/?format=api",
    "airdate": "2025-08-11T03:15:55-07:00",
    "show": 64259,
    "show_uri": "https://api.kexp.org/v2/shows/64259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mallet Dance",
    "track_id": null,
    "recording_id": null,
    "artist": "Chico Hamilton / Charles Lloyd",
    "artist_ids": [],
    "album": "Man from Two Worlds",
    "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": "Cherokee\n\nCharles Lloyd (who comes from African, Cherokee, Mongolian, and Irish lineage) has been credited with anticipating the World Music movement. As early as the late-1950s, his music has been infused with non-Western cadences and styles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}