Information about plays

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

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

{
    "id": 3595477,
    "uri": "https://api.kexp.org/v2/plays/3595477/?format=api",
    "airdate": "2025-12-24T18:15:55-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Christmas Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Dan Mangan",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Mangan captures the struggles of being an adult during the holidays with his new song.\n\nHe is going on tour next year! \n- Seattle's Tractor Tavern on January 29th \n- SF's Cafe Du Norde on February 3rd \n- Oakland's Wyldflowr Arts on February 4th \nhttps://danmanganmusic.com/home/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}