Information about plays

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

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

{
    "id": 373904,
    "uri": "https://api.kexp.org/v2/plays/373904/?format=api",
    "airdate": "2019-08-29T08:25:06-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/64fb2359-b570-39c2-9c82-431dc602199f/10429562959-250.jpg",
    "thumbnail_uri": "",
    "song": "Fake Plastic Trees",
    "track_id": "9e6d26ad-0cfd-3662-9738-a49cb57b2459",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "64fb2359-b570-39c2-9c82-431dc602199f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Tammy Victor's \"Tammy's Mix\" here on Mixtape Week | Thom Yorke of Radiohead has stated that this single from their second album was the result of, \"... a very lonely, drunken evening and, well, a breakdown of sorts.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}