Information about plays

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

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

{
    "id": 3549305,
    "uri": "https://api.kexp.org/v2/plays/3549305/?format=api",
    "airdate": "2025-09-05T17:20:34-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holding On to Fate",
    "track_id": null,
    "recording_id": null,
    "artist": "Cataldo",
    "artist_ids": [
        "009b187f-4be9-43f9-aff4-3c1aa02cf039"
    ],
    "album": "Two Way Mirror",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Song Premiere!\nFeaturing Deep Sea Diver's Jessica Dobson. \nCataldo's new album is set to drop next month!\nCatch Cataldo on Friday, October 17 at Ballard Homestead in Seattle!\nhttps://www.cataldomusic.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}