Information about plays

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

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

{
    "id": 3575927,
    "uri": "https://api.kexp.org/v2/plays/3575927/?format=api",
    "airdate": "2025-11-09T07:41:13-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Forever",
    "track_id": null,
    "recording_id": null,
    "artist": "Detente",
    "artist_ids": [],
    "album": "SPF INFINI: KIMBERLAID",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Collection Disques Durs"
    ],
    "label_ids": [
        "506d71a0-b25b-4112-98e6-8119084f611b"
    ],
    "release_date": "2025-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Featured on the new DJ mix put together by TDJ for her SPF INFINI label and series ~ Check out more here: \nyoutube.com/watch?v=IjfPyAGQmg4&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}