Information about plays

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

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

{
    "id": 3613556,
    "uri": "https://api.kexp.org/v2/plays/3613556/?format=api",
    "airdate": "2026-02-05T13:51:40-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gypsy",
    "track_id": null,
    "recording_id": "e23de79f-ac04-4135-be6c-5259d4ef4a03",
    "artist": "Emmett Chapman",
    "artist_ids": [
        "7c836a67-e589-4c30-a55f-1ee9d38ba3db"
    ],
    "album": "Parallel Galaxy",
    "release_id": null,
    "release_group_id": "538509b3-1277-3ca1-8411-901e8baf79ac",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Chapman invented the 10-string instrument, which he dubbed The Stick, in the late ’60s. A keen jazz guitarist with an eye for innovation, Chapman already played a custom long-scale 9-string guitar, which included a gear shift lever for a “wild string”, allowing him to access various different intervals on demand.\" Learn more about this pioneering musician, who died in 2021 at age 85: https://www.guitarworld.com/news/emmett-chapman-stick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}