Information about plays

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

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

{
    "id": 3542625,
    "uri": "https://api.kexp.org/v2/plays/3542625/?format=api",
    "airdate": "2025-08-20T21:12:08-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/50f2c5a2-b1a1-4d70-879a-816220c40e7f/34005331582-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50f2c5a2-b1a1-4d70-879a-816220c40e7f/34005331582-250.jpg",
    "song": "Más",
    "track_id": null,
    "recording_id": "084d1060-69ef-4ee4-b0e2-b418e3be1739",
    "artist": "Upupayāma",
    "artist_ids": [
        "6f0ad8ce-5512-413c-942a-5d56a08729b3"
    ],
    "album": "The Golden Pond",
    "release_id": null,
    "release_group_id": "4a320703-2f45-4508-bf17-031dba234596",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Upupayāma is the musical persona of Alessio Ferrari, an Italian multi-instrumentalist and songwriter who lives in a small mountain village above the city of Parma.\" \n\nhttps://upupayamacf.bandcamp.com/album/the-golden-pond",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}