Information about plays

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

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

{
    "id": 3570215,
    "uri": "https://api.kexp.org/v2/plays/3570215/?format=api",
    "airdate": "2025-10-26T11:59:14-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Favorite Martian (mono)",
    "track_id": null,
    "recording_id": "dd2c8a46-eaad-4459-8a96-ddc789dd6bc3",
    "artist": "The Bobby Fuller Four",
    "artist_ids": [
        "c83691bd-ed58-4d97-9edb-3043ace33856"
    ],
    "album": "Never to Be Forgotten: The Mustang Years",
    "release_id": null,
    "release_group_id": "b855d119-8baa-4ea4-aa72-e4da8a188050",
    "labels": [
        "Donna"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Texan Bobby Fuller looked set to have a huge rock and roll career, but he died under mysterious circumstances at just 23.\nhttps://www.theguardian.com/music/2015/jul/16/the-short-life-and-mysterious-death-of-bobby-fuller-rocknroll-king-of-texas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}