Information about plays

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

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

{
    "id": 354627,
    "uri": "https://api.kexp.org/v2/plays/354627/?format=api",
    "airdate": "2019-07-15T09:21:30-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/735ada0f-0792-43fb-a6de-9ba2562f3d94/7905205971-250.jpg",
    "thumbnail_uri": "",
    "song": "Close to Me",
    "track_id": "b7e00f56-38c6-3b28-ab05-776bf24a0f71",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The idea for the video came from a dream Robert Smith had where he was locked in a linen closet that fell off a cliff and into the ocean.: https://www.youtube.com/watch?v=FY-zoTZjSVM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}