Information about plays

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

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

{
    "id": 3596951,
    "uri": "https://api.kexp.org/v2/plays/3596951/?format=api",
    "airdate": "2025-12-27T22:58:21-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/83ee81a4-019e-4548-a37e-7f34e56f4f37/12705398112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83ee81a4-019e-4548-a37e-7f34e56f4f37/12705398112-250.jpg",
    "song": "Early Surgeon",
    "track_id": null,
    "recording_id": "4f931a4c-ab26-4f6a-9813-67716fa3d4d3",
    "artist": "Male Gaze",
    "artist_ids": [
        "cebf9bf9-1e54-464c-9dad-874e4dccefa8"
    ],
    "album": "Gale Maze",
    "release_id": null,
    "release_group_id": "106c8c04-56e7-4a11-a669-5ef3f12930ca",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Male Gaze is a post-punk and garage-rock group from San Francisco (not to be confused with Male//Gaze from Kingston, WA) that includes former Blasted Canyons member Matt Jones. Signed to Castle Face Records, the band has put out albums such as Gale Maze (2015) and Miss Taken (2017), weaving together influences from new wave, sludge rock, and psychedelia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}