Information about plays

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

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

{
    "id": 3579493,
    "uri": "https://api.kexp.org/v2/plays/3579493/?format=api",
    "airdate": "2025-11-17T18:19:59-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild and Alone (feat. PinkPantheress)",
    "track_id": null,
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "Eusexua Afterglow",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "nitially conceived as a deluxe edition of Eusexua (2025), the album eventually evolved to a standalone work as a sequel to Twigs' previous album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}