Information about plays

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

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

{
    "id": 3567090,
    "uri": "https://api.kexp.org/v2/plays/3567090/?format=api",
    "airdate": "2025-10-19T06:06:14-07:00",
    "show": 64875,
    "show_uri": "https://api.kexp.org/v2/shows/64875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corona",
    "track_id": null,
    "recording_id": null,
    "artist": "Brian Eno & Beatie Wolfe",
    "artist_ids": [],
    "album": "Liminal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the 3rd and latest collaborative album of 2025 from pioneering musician Brian Eno alongside American artist and composer Beatie Wolfe ~ More info here: https://beatiewolfe.com/brian-eno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}