Information about plays

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

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

{
    "id": 2674797,
    "uri": "https://api.kexp.org/v2/plays/2674797/?format=api",
    "airdate": "2019-12-18T06:11:03-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Around",
    "track_id": "587b6ef6-d913-3444-9643-eeb61ca1b2ab",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Beaster",
    "release_id": "7eae3f1f-4364-4692-9534-aca59485ea07",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beaster is Sugar's 1993 EP, and its songs were recorded at the same time as the band's acclaimed first album, Copper Blue. \"Lyrically it's so unnerving for me to listen to it…\" said Bob Mould. \"Musically it's harder, it's a little looser. Lyrically, it's a lot wilder than Copper Blue… Copper Blue was such a great pop record that I just saw this as like the evil twin.\" - https://en.wikipedia.org/wiki/Beaster",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}