Information about plays

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

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

{
    "id": 3618379,
    "uri": "https://api.kexp.org/v2/plays/3618379/?format=api",
    "airdate": "2026-02-16T18:19:49-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seven Sorrows",
    "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": "latest from the Armenian Jazz pianist and composer. Will be at The Neptune on Wednesday March 4th. The Great American Muisc Hall on the 5th and 6th in SF.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}