Information about plays

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

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

{
    "id": 381896,
    "uri": "https://api.kexp.org/v2/plays/381896/?format=api",
    "airdate": "2019-09-17T07:34:51-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/f647050a-8d8b-437c-8a93-7a18480c2834/17803345110-250.jpg",
    "thumbnail_uri": "",
    "song": "Cars",
    "track_id": "155f26b5-3e4b-324f-b52c-95979593c060",
    "recording_id": null,
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Pleasure Principle",
    "release_id": "f647050a-8d8b-437c-8a93-7a18480c2834",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pleasure Principle recently turned 40 and Gary Numan sat down with Billboard.  Read \"Gary Numan on 'The Pleasure Principle' at 40 & the 'Luck' That Led to 'Cars'\":  https://bit.ly/2lYLBIW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}