Information about plays

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

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

{
    "id": 3413402,
    "uri": "https://api.kexp.org/v2/plays/3413402/?format=api",
    "airdate": "2024-10-16T11:28:33-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Can’t Change Your Mind",
    "track_id": "224f7a5d-0630-3007-846c-38f16b124989",
    "recording_id": "828819c3-8d3c-43d9-9436-f081fc9aed37",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After the breakup of Husjer Du in '88, Bob Mould came out of the woodwork with 'Sugar' a three-piece band with members bassist David Barbe and drummer Malcom Travis to release this album, \"Copper Blue.\" It went on to sell over 350,000 copies, making it one of the biggest successes of Mould's career. \nYou can check out one of Mould's performances with us here at KEXP on our Youtube channel, linked here:\nhttps://bit.ly/3xuLfgb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}