Information about plays

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

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

{
    "id": 3577152,
    "uri": "https://api.kexp.org/v2/plays/3577152/?format=api",
    "airdate": "2025-11-12T08:19:39-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indian Summer",
    "track_id": null,
    "recording_id": null,
    "artist": "Math and Physics Club",
    "artist_ids": [
        "838d9c94-4d91-41e0-a28b-60518e62efe9"
    ],
    "album": "Death and Music 2018",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2018-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join KEXP, Town Hall, hosts John Richards and Dr. Amy Lindsey, and a group of very special and generous guests for Death & Music, a night of celebration, grief, music, joy, community, and sharing stories and experiences at Town Hall. Sunday, November 16.\nhttps://www.kexp.org/events/kexp-events/death-music-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}