Information about plays

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

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

{
    "id": 342472,
    "uri": "https://api.kexp.org/v2/plays/342472/?format=api",
    "airdate": "2019-06-17T07:35:27-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf54ecf6-535f-42c4-9ac2-cb86ec866177/15839125436-250.jpg",
    "thumbnail_uri": "",
    "song": "Time Has Come Today",
    "track_id": "919294dc-6ff4-3ec9-95e2-d7add65def3b",
    "recording_id": null,
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "Time Has Come: Best of the Chambers Brothers",
    "release_id": "bf54ecf6-535f-42c4-9ac2-cb86ec866177",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original version was released in 1966 and ran just 2:37. It went nowhere, but they started playing extended versions of the song in their live shows, and when they recorded it on their 1967 album The Time Has Come, it ran 11:06. Many freeform FM radio stations played it from the album (DJs could grab a smoke break while it ran) and in 1968 it was once again released as a single, this time with a running time of 4:45. This is the version that was a hit, going to #11 in the US.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}