Information about plays

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

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

{
    "id": 3617281,
    "uri": "https://api.kexp.org/v2/plays/3617281/?format=api",
    "airdate": "2026-02-14T07:04:40-08:00",
    "show": 65930,
    "show_uri": "https://api.kexp.org/v2/shows/65930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Per Mane (Eb Venice song)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tigran Hamasyan",
    "artist_ids": [
        "c57e3280-5182-42a5-812b-02659a079c44"
    ],
    "album": "Manifeste",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "naive"
    ],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Armenian\n--\nWith pianist/composer Tigran Hamasyan, potent jazz improvisation fuses with the rich folkloric music of his native Armenia. He’s one of the most remarkable and distinctive jazz-meets-rock pianists of his generation, a piano virtuoso with groove power.\nhttps://tigranhamasyan.bandcamp.com/album/standart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}