Information about plays

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

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

{
    "id": 355051,
    "uri": "https://api.kexp.org/v2/plays/355051/?format=api",
    "airdate": "2019-07-16T10:24:08-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "http://coverartarchive.org/release/0ba10d73-91c8-4765-a064-2d14feb4972b/20589878770-250.jpg",
    "thumbnail_uri": "",
    "song": "Roll (Burbank Funk)",
    "track_id": "d8adb375-2b54-490d-a0e9-171457af1398",
    "recording_id": null,
    "artist": "The Internet",
    "artist_ids": [
        "45804465-4271-4e6a-b881-ce668ef09530"
    ],
    "album": "Hive Mind",
    "release_id": "0ba10d73-91c8-4765-a064-2d14feb4972b",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "2018-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pressed along by a thick bass line and tumbling programmed beats, “Roll” has the spirit of Southern California funk and roller disco coursing through its DNA.\"  Read a review (and see the video) of \"Roll (Burbank Funk)\" by this six-piece L.A. band:  https://pitchfork.com/reviews/tracks/the-internet-roll-burbank-funk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}