Information about plays

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

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

{
    "id": 3545843,
    "uri": "https://api.kexp.org/v2/plays/3545843/?format=api",
    "airdate": "2025-08-28T10:35:45-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parachute",
    "track_id": null,
    "recording_id": null,
    "artist": "Hayley Williams",
    "artist_ids": [],
    "album": "Parachute",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Post Atlantic"
    ],
    "label_ids": [],
    "release_date": "2025-08-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The U.S. premiere of Hayley Williams’ “Parachute.” \n\nEarlier this month, Hayley Williams, the lead singer of the band Paramore, dropped a surprise collection of 17 singles. Today, is the release of the 18th, and final, song. \n\nHayley has also announced an official album for the singles – called ‘Ego Death at a Bachelorette Party.’ It’s self-released under her own label called ‘Post Atlantic.’ “Parachute” is the closing track on that new album.\n\nhttps://www.hayleywilliams.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}