Information about plays

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

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

{
    "id": 3588794,
    "uri": "https://api.kexp.org/v2/plays/3588794/?format=api",
    "airdate": "2025-12-09T05:56:20-08:00",
    "show": 65329,
    "show_uri": "https://api.kexp.org/v2/shows/65329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirror in the Bathroom",
    "track_id": "e9bda34d-e795-3ec2-8fe9-7ae0a8b5df0c",
    "recording_id": "e6d815de-44a4-493d-b385-99885cf12196",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "Beat This: The Best of the English Beat",
    "release_id": "2442bfac-5547-4c5b-ba43-ddc72142d63f",
    "release_group_id": "7439da67-0b59-4051-b839-b3c5bb793476",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This day in 2015 was KEXP's first day in out new studios at Seattle Center. Let us know if you where there! \n===\n\"Mirror in the Bathroom\" was one of the first big singles of the early '80s UK ska revival and the genre borrowed heavily from the reggae rhythms of Jamaica. The Specials were the premier band in the movement, and this song lifted The English Beat to that same level. \n\nHere's the video for The (English) Beat's \"Mirror in the Bathroom\": https://www.youtube.com/watch?v=jnMBdcZ2vts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}