Information about plays

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

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

{
    "id": 3550341,
    "uri": "https://api.kexp.org/v2/plays/3550341/?format=api",
    "airdate": "2025-09-08T06:38:23-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia600308.us.archive.org/12/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/12/items/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f/mbid-377e3fbe-fb56-3a14-9814-9cd5d36e339f-28587855592_thumb250.jpg",
    "song": "Close to Me",
    "track_id": "e3789263-f8d2-3270-8d06-141f7a35807b",
    "recording_id": "b3f2fb94-2633-4c85-a796-94d231ec3026",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "377e3fbe-fb56-3a14-9814-9cd5d36e339f",
    "release_group_id": "cf5d6187-e43b-3848-ba51-8ec1df3d97e3",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1985-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three versions of \"Close to Me\" were released in 1985, including the original album version, the 7\" single mix version and the 12\" extended mix version. The album version does not feature the brass section part present on all of the other versions, which was adapted from a traditional New Orleans funeral march melody and played by horn section Rent Party for the single mix.\n\nhttps://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}