Information about plays

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

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

{
    "id": 369873,
    "uri": "https://api.kexp.org/v2/plays/369873/?format=api",
    "airdate": "2019-08-20T12:54:34-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?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": "Here are 13 songs to listen to in honor of Amy Winehouse:  https://www.bustle.com/articles/174452-13-amy-winehouse-songs-to-listen-to-in-memory-of-the-legendary-singer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}