Information about plays

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

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

{
    "id": 354705,
    "uri": "https://api.kexp.org/v2/plays/354705/?format=api",
    "airdate": "2019-07-15T14:04:37-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "http://coverartarchive.org/release/5992a7fd-6ade-3895-827a-a7dfdf6ebb51/6193380462-250.jpg",
    "thumbnail_uri": "",
    "song": "Building Steam With a Grain of Salt",
    "track_id": "a1d72158-b70e-34ca-b265-c1905f24130b",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "5992a7fd-6ade-3895-827a-a7dfdf6ebb51",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1996-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from American DJ and record producer, DJ Shadow. Featured in the Guinness Book of World Records for being the first completely sampled album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}