Information about plays

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

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

{
    "id": 3575380,
    "uri": "https://api.kexp.org/v2/plays/3575380/?format=api",
    "airdate": "2025-11-08T03:31:12-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://ia800205.us.archive.org/2/items/mbid-6901165d-6bc7-333a-b9ec-e0ea0030f780/mbid-6901165d-6bc7-333a-b9ec-e0ea0030f780-1845444673_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/2/items/mbid-6901165d-6bc7-333a-b9ec-e0ea0030f780/mbid-6901165d-6bc7-333a-b9ec-e0ea0030f780-1845444673_thumb250.jpg",
    "song": "Burn",
    "track_id": "1128b96a-c5c2-39a0-a3cc-9322e3d77bf3",
    "recording_id": "27336abd-f35e-4ada-af16-04750f48e4f2",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Crow: Music From the Original Motion Picture",
    "release_id": "6901165d-6bc7-333a-b9ec-e0ea0030f780",
    "release_group_id": "79247386-d530-3abd-884e-45d0a2c7d1df",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written for the movie \"The Crow.\" starring Brandon Lee. Bruce Lee and his son, Brandon Lee, are buried side-by-side at Lake view cem,tery if you ever want to go pay your respects!  James O'Barr, who created The Crow and draws the comic, is a big fan of The Cure and listened to them a lot formulating the movie. He was thrilled when Robert Smith of The Cure agreed to write an original song for the film.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}