Information about plays

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

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

{
    "id": 3549931,
    "uri": "https://api.kexp.org/v2/plays/3549931/?format=api",
    "airdate": "2025-09-07T06:08:26-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "45.6170849,11.8532868 revisited (Abbazia Pisani, Italy)",
    "track_id": null,
    "recording_id": null,
    "artist": "de Velden",
    "artist_ids": [],
    "album": "The first ten years",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cities and Memory"
    ],
    "label_ids": [],
    "release_date": "2025-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a stellar new compilation from Oxford, UK-based label Cities and Memory in celebration of its 10th anniversary ~ \nhttps://citiesandmemory.bandcamp.com/album/the-first-ten-years",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}