Information about plays

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

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

{
    "id": 3614773,
    "uri": "https://api.kexp.org/v2/plays/3614773/?format=api",
    "airdate": "2026-02-08T07:28:24-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honeymoon (feat. 3NDLES5)",
    "track_id": null,
    "recording_id": null,
    "artist": "Burning Pyre",
    "artist_ids": [],
    "album": "Imago",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "co:clear"
    ],
    "label_ids": [],
    "release_date": "2026-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Standout trip-hop tune off the latest album from UK-based producer Christopher Macarthur aka Burning Pyre ~ https://coclear.bandcamp.com/album/imago",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}