Information about plays

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

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

{
    "id": 355078,
    "uri": "https://api.kexp.org/v2/plays/355078/?format=api",
    "airdate": "2019-07-16T11:53:01-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "http://coverartarchive.org/release/2e1db571-f522-4e5e-b24f-88fad9d4c274/16155894362-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Is Love",
    "track_id": "c8cdbbdc-1ec4-4da8-a689-9c393f24d5ef",
    "recording_id": null,
    "artist": "Woods",
    "artist_ids": [
        "42a1253e-0efc-45e8-b627-ff802fb9e9ee"
    ],
    "album": "Love Is Love",
    "release_id": "2e1db571-f522-4e5e-b24f-88fad9d4c274",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2017-04-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Berman (on the previous song) was backed up by Woods members Jeremy Earl, Jarvis Taveniere, Aaron Neveu, and Kyle Forester.:  https://www.stereogum.com/2043245/silver-jews-david-berman-purple-mountains-debut-single/news/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}