Information about plays

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

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

{
    "id": 3554456,
    "uri": "https://api.kexp.org/v2/plays/3554456/?format=api",
    "airdate": "2025-09-18T04:14:44-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-250.jpg",
    "song": "What Have You Done for Me Lately",
    "track_id": null,
    "recording_id": "43f17900-1f6d-493a-a66a-631f70398a85",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Control",
    "release_id": null,
    "release_group_id": "b23d3137-df51-3047-a6a5-b5efbde50f22",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janet has won 5 Grammys, 11 Billboard Music Awards, 11 American Music Awards, and she was inducted to the Rock and Roll Hall of Fame in 2019.\n\nJanet co-wrote this song with its producers Jimmy Jam and Terry Lewis. It was released on January 13, 1986 as the album's lead single, by A&M Records. After two unsuccessful albums and a management change, the singer began developing a new album. \"What Have You Done for Me Lately\" was originally penned for one of Jam and Lewis's own records, but the lyrics were rewritten to convey Janet's feelings about her recent divorce from James DeBarge in January 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}