Information about plays

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

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

{
    "id": 3667459,
    "uri": "https://api.kexp.org/v2/plays/3667459/?format=api",
    "airdate": "2026-06-13T18:35:44-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "moonlight",
    "track_id": null,
    "recording_id": null,
    "artist": "Found Space",
    "artist_ids": [],
    "album": "cloud study",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music off of Found Space's new EP cloud study, which you can listen to in full below:\n\nhttps://foundspacemusic.bandcamp.com/album/cloud-study\n\nThe Portland-based band is playing a show at baba Yaga in Seattle on July 29th with Little Venom, Welcome Strawberry, and Combing! Get yr tickets:\n\nhttps://babayagaseattle.com/seattle-baba-yaga-events-days#/events/174486",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}