Information about plays

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

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

{
    "id": 370951,
    "uri": "https://api.kexp.org/v2/plays/370951/?format=api",
    "airdate": "2019-08-22T17:23:24-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/6136527070-250.jpg",
    "thumbnail_uri": "",
    "song": "You Know I’m No Good",
    "track_id": "1b630089-e334-3d08-a199-879526676f31",
    "recording_id": null,
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back to Black",
    "release_id": "0b0ca6cc-f793-3dd8-9329-611a9fb08ae2",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2008-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You Know I'm No Good\" is a song written and performed by English singer Amy Winehouse from her second and final studio album Back to Black (2006). \"You Know I'm No Good\" was released as the second single from Back to Black on 5 January 2007.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}