Information about plays

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

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

{
    "id": 3420632,
    "uri": "https://api.kexp.org/v2/plays/3420632/?format=api",
    "airdate": "2024-11-02T21:45:24-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://ia902903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb250.jpg",
    "song": "Hong Kong Garden",
    "track_id": "012a5cdb-df90-3ebf-9152-ad824577de9f",
    "recording_id": "9410ed07-4d9e-4fe5-a8cc-54fdac315069",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "No Thanks! The ’70s Punk Rebellion",
    "release_id": "064e7db2-706a-36fc-a7cc-257d7b2bfc1d",
    "release_group_id": "cb56519f-2b82-3433-b51e-37af917a875a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Michael in North Carolina\n\nThe song was named after the Hong Kong Garden Chinese take-away in Chislehurst High Street. In a 2009 interview, Siouxsie Sioux was quoted as explaining the lyrics with reference to the racist activities of skinheads visiting the take-away",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}