Information about plays

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

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

{
    "id": 3544680,
    "uri": "https://api.kexp.org/v2/plays/3544680/?format=api",
    "airdate": "2025-08-25T15:11:02-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbb1afb9-6fe6-418c-a18d-2769e31e4710/30620661482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbb1afb9-6fe6-418c-a18d-2769e31e4710/30620661482-250.jpg",
    "song": "Heaven Knows (unreleased 12″ disco version)",
    "track_id": null,
    "recording_id": "967d6695-22f9-4587-bdc3-137cb8a23039",
    "artist": "Brooklyn Dreams with Donna Summer",
    "artist_ids": [
        "35efa01e-f296-4dd0-8a85-29cb9dd6970b",
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Sleepless Nights",
    "release_id": null,
    "release_group_id": "9da4f2b1-57f5-497b-94b5-7ad0903f73b0",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1979-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn Dreams was a trio formed by Joe \"Bean\" Esposito, Bruce Sudano, Eddie Hokenson, signing with Millennium Records, 1977, a newly formed eastcoast-department and sub-label of LA's Casablanca Records. During the recording sessions of their debut album, the group backed Donna Summer on her album I Remember Yesterday. \n\nTheir credited appearance on Donna Summer's \"Heaven Knows\" gave them a US #4 hit in 1979 - interestingly, their own album version of the same track featured them singing the reverse vocal parts of Summer's version. Even more so perhaps, was Summer and Sudano's wedding the following year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}