Information about plays

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

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

{
    "id": 3580505,
    "uri": "https://api.kexp.org/v2/plays/3580505/?format=api",
    "airdate": "2025-11-20T04:13:21-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Triumph of a Heart",
    "track_id": null,
    "recording_id": "19bb6d5d-8e3c-4113-8dd1-ac3289d6363a",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Medúlla",
    "release_id": null,
    "release_group_id": "4b2ee53c-6527-30e5-940c-c426a7a6f618",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2004-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triumph of a Heart was written and produced by Björk and features beatboxer Rahzel from The Roots, Gregory Purnhagen, and Japanese beatboxer Dokaka. https://nyti.ms/3uSbMjN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}