Information about plays

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

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

{
    "id": 3586851,
    "uri": "https://api.kexp.org/v2/plays/3586851/?format=api",
    "airdate": "2025-12-04T20:24:56-08:00",
    "show": 65289,
    "show_uri": "https://api.kexp.org/v2/shows/65289/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3546cb7-20f8-431c-bbd4-3c8dce1ffccc/9301740251-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f3546cb7-20f8-431c-bbd4-3c8dce1ffccc/9301740251-250.jpg",
    "song": "Kalawati",
    "track_id": null,
    "recording_id": null,
    "artist": "Charanjit Singh",
    "artist_ids": [
        "e52b6000-7cee-42d0-af6c-771cf42a7c49"
    ],
    "album": "Ten Ragas to a Disco Beat",
    "release_id": null,
    "release_group_id": "0cbe8a70-c2a4-42ac-b7f7-86a91a306a20",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charanjit Singh was an Indian musician, composer, and pioneering electronic artist from Mumbai. For over three decades, he was a core figure in Bollywood’s music industry, performing bass, keyboards, and synthesizers on hundreds of soundtracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}