Information about plays

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

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

{
    "id": 3451072,
    "uri": "https://api.kexp.org/v2/plays/3451072/?format=api",
    "airdate": "2025-01-14T16:28:04-08:00",
    "show": 62378,
    "show_uri": "https://api.kexp.org/v2/shows/62378/?format=api",
    "image_uri": "https://coverartarchive.org/release/83e786b5-d49c-4efd-bd10-57914f2eec9b/9838985185-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83e786b5-d49c-4efd-bd10-57914f2eec9b/9838985185-250.jpg",
    "song": "Be My Wife",
    "track_id": null,
    "recording_id": "0c78bc62-0085-4fe4-8f53-a835a6e6f6aa",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Low",
    "release_id": null,
    "release_group_id": "f6a51281-56c4-3538-b915-65a9d4eb29b5",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1977-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Low\" - released on this day in 1977\n\nLow was the first of three collaborations with Brian Eno termed the \"Berlin Trilogy\" - \"Berlin Trilogy\" despite the songs mostly being recorded in France, and only mixed in Berlin. \"Be My Wife\" was the second single from Low after \"Sound and Vision\", but it became the first new Bowie release since \"Changes\" to fail to break into the UK chart - http://en.wikipedia.org/wiki/Be_My_Wife",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}