Information about plays

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

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

{
    "id": 3588328,
    "uri": "https://api.kexp.org/v2/plays/3588328/?format=api",
    "airdate": "2025-12-08T02:30:22-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Noche De Bolero",
    "track_id": null,
    "recording_id": "e23d0525-88f9-4b23-ac46-be4a5330d3e8",
    "artist": "Chico Hamilton",
    "artist_ids": [
        "699067a0-ae8c-45fc-82c1-6227d91f9bb4"
    ],
    "album": "Chico Hamilton and the Players",
    "release_id": null,
    "release_group_id": "afccf86d-e439-4642-8943-3cdc8fa2d5d8",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2013-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}