Information about plays

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

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

{
    "id": 374363,
    "uri": "https://api.kexp.org/v2/plays/374363/?format=api",
    "airdate": "2019-08-30T06:21:40-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17/12688889925-250.jpg",
    "thumbnail_uri": "",
    "song": "Blasphemous Rumours",
    "track_id": "a4cbb460-38bc-3f76-8597-b524d37d58e5",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Some Great Reward",
    "release_id": "6b5e6cfe-4484-355e-b9d2-d4e16dcd6d17",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1984-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blasphemous Rumors\" is the first song on Steve Winter's excellent mixtape.  Steve writes about this mixtape, made in October, 1988,  I was a sophomore in college: full of fervor and passion about a life but also questioning and examining all sorts of beliefs, old and new.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}