Information about plays

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

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

{
    "id": 366382,
    "uri": "https://api.kexp.org/v2/plays/366382/?format=api",
    "airdate": "2019-08-12T12:54:02-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/6136527070-250.jpg",
    "thumbnail_uri": "",
    "song": "Wake Up Alone",
    "track_id": "81991c3a-5b79-3515-83b2-6ed46df152c1",
    "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": "Hard to believe it's been just over 8 years since the world lost Amy Winehouse. http://www.amywinehouse.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}