Information about plays

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

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

{
    "id": 3595210,
    "uri": "https://api.kexp.org/v2/plays/3595210/?format=api",
    "airdate": "2025-12-24T05:03:48-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Bleak Midwinter",
    "track_id": null,
    "recording_id": "86f223b7-a2be-472d-9b7c-4110182d77c5",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "In the Bleak Midwinter",
    "release_id": null,
    "release_group_id": "b13d485d-e93e-4b38-b264-6dc1d7546bf5",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“We chose to cover ‘In the Bleak Midwinter’ because it’s a beautiful song,” said singer Ellie Rowsell. “I like the lyrics, but most of all, I like the melody. And when I was listening to it, I thought that there was something quite pop about the melody, and I was interested to hear what it would sound like if it was done in a more poppy way.” https://www.nme.com/news/music/wolf-alice-release-gentle-pop-cover-of-in-the-bleak-midwinter-3359852",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}