Information about plays

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

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

{
    "id": 3525186,
    "uri": "https://api.kexp.org/v2/plays/3525186/?format=api",
    "airdate": "2025-07-10T14:11:43-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/e54a0281-1d23-4227-82de-2a6f677e8cbd/11392163211-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e54a0281-1d23-4227-82de-2a6f677e8cbd/11392163211-250.jpg",
    "song": "Il clan dei Siciliani",
    "track_id": null,
    "recording_id": "f04def45-864b-4497-96bd-b7b57a84489b",
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "History of Flight",
    "release_id": null,
    "release_group_id": "b5cdee6e-9746-446c-b205-0dbfdb3ff734",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"History of Flight\" EP features four covers, including one of Ennio Morricone and another of the Yellow Magic Orchestra.: https://khruangbin.bandcamp.com/album/history-of-flight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}