Information about plays

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

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

{
    "id": 3596587,
    "uri": "https://api.kexp.org/v2/plays/3596587/?format=api",
    "airdate": "2025-12-27T04:45:42-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "thank you song",
    "track_id": null,
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "CAPRISONGS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Young/Atlantic"
    ],
    "label_ids": [],
    "release_date": "2022-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caprisongs is the first mixtape by English singer-songwriter FKA Twigs. It was released on 14 January 2022 through Young and Atlantic Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}