Information about plays

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

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

{
    "id": 3593354,
    "uri": "https://api.kexp.org/v2/plays/3593354/?format=api",
    "airdate": "2025-12-20T05:02:28-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ce91f33-2822-4cca-89f5-4f58247125b6/35557882830-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ce91f33-2822-4cca-89f5-4f58247125b6/35557882830-250.jpg",
    "song": "Why Should I Love You?",
    "track_id": null,
    "recording_id": "b8c3c4dd-c135-4621-bf73-0527ee25f58c",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Red Shoes",
    "release_id": null,
    "release_group_id": "de560c24-95c1-3b5b-b76f-0a0730b18134",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate Bush wrote this song, which was originally released on her seventh album The Red Shoes. Bush asked Prince to contribute background vocals to 'Why Should I Love You' in 1991. She sent him the track, which she had recorded at Abbey Road Studios (Studio Number One), London, England, and Prince added vocals, but also added many instrumental parts to the song, at his Paisley Park Studios. When Kate Bush and sound engineer Del Palmer listened to Prince's returned track, they weren't sure what to do with it. They worked on it on and off for two years to try to \"turn it back into a Kate Bush song\". \n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}