Information about plays

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

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

{
    "id": 3580765,
    "uri": "https://api.kexp.org/v2/plays/3580765/?format=api",
    "airdate": "2025-11-20T20:26:57-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea78d51d-e505-48e2-aace-83d4637744e7/10557484224-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea78d51d-e505-48e2-aace-83d4637744e7/10557484224-250.jpg",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "908e8df4-779f-4eff-83ca-6dcbd2afe89e",
    "artist": "PIPER",
    "artist_ids": [
        "8098fb83-8edc-41cc-9645-f539f284050e"
    ],
    "album": "Summer Breeze",
    "release_id": null,
    "release_group_id": "9befae2b-6c11-44a1-bf57-86cbd560dde1",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Summer Breeze is Piper’s second album, originally released in 1984 on Yupiteru. Inspired by the sounds of Masayoshi Takanaka and Tatsuro Yamashita, as well as the concept of “BGM” (background music)\n\nTHIS SONG ALSO INSPIRED THE SUPER MARIO STAR MAN THEME: https://www.youtube.com/watch?v=Lw049q22-hY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}