Information about plays

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

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

{
    "id": 3597442,
    "uri": "https://api.kexp.org/v2/plays/3597442/?format=api",
    "airdate": "2025-12-29T03:32:14-08:00",
    "show": 65504,
    "show_uri": "https://api.kexp.org/v2/shows/65504/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tone of the Blade",
    "track_id": null,
    "recording_id": null,
    "artist": "Tommy Guerrero",
    "artist_ids": [],
    "album": "Tone of the Blade",
    "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": "Ohlone\n\nTommy Guerrero is an Ohlone, Chilean and Filipino musician who was also one of the original members of the skateboard crew, Bones Brigade. The Ohlone people are the original inhabitants of the San Francisco Bay Area and are currently fighting for federal recognition. Learn more here – https://www.scu.edu/community-heritage-lab/ohlone-heritage-hub/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}