Information about plays

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

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

{
    "id": 3580691,
    "uri": "https://api.kexp.org/v2/plays/3580691/?format=api",
    "airdate": "2025-11-20T15:47:19-08:00",
    "show": 65162,
    "show_uri": "https://api.kexp.org/v2/shows/65162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World in My Eyes (Mode to Joy)",
    "track_id": "fc88c672-6cb2-3a67-9f17-ee6a5c0c1f21",
    "recording_id": "c4de5ee3-e321-4407-842a-32e349da5c1e",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 25-30",
    "release_id": "1ac8d67d-e033-30b3-bfc1-4473c5519ffd",
    "release_group_id": "e097b3ce-84a1-45a6-aedf-05a7091e9da8",
    "labels": [
        "Reprise Records",
        "Mute",
        "Rhino"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martin Gore wrote this song, which was released as a single from the band's famous seventh studio album, \"Violator.\" \n--\nBillboard described the song as “(Lead vocalist Dave) Gahan playing horndog travel agent, inviting a lover to follow him someplace where pleasure reigns supreme and everything else ceases to exist.” \n--\nHere's a live performance in 2023, dedicated to the late Andrew Fletcher: https://www.youtube.com/watch?v=0P8-vUpVVxk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}