Information about plays

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

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

{
    "id": 3589215,
    "uri": "https://api.kexp.org/v2/plays/3589215/?format=api",
    "airdate": "2025-12-10T05:12:25-08:00",
    "show": 65337,
    "show_uri": "https://api.kexp.org/v2/shows/65337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wuthering Heights",
    "track_id": "b72202cc-7957-37e3-98b4-620fe7e2130b",
    "recording_id": "7f6cfae7-73d7-48a8-8142-54ebe39103ce",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Kick Inside",
    "release_id": "3284a453-7f3c-36f7-a46c-42ab0310e51f",
    "release_group_id": "e8f3a858-20f8-3798-80ac-65264afa4672",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1994-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kate Bush's debut studio album. \n\n'The Kick' Inside contained her UK number one hit, 'Wuthering Heights', marking the first time a female singer-songwriter topped the charts with a self-penned song. \n\nBush was just 19 years old and had written some of the songs when she was only 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}