Information about plays

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

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

{
    "id": 354328,
    "uri": "https://api.kexp.org/v2/plays/354328/?format=api",
    "airdate": "2019-07-14T14:47:30-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/3c7f5b38-1f43-417e-bf31-75dd238a7516/10669073258-250.jpg",
    "thumbnail_uri": "",
    "song": "Wolf Like Me",
    "track_id": "8f80a0ca-db98-3697-8640-2a1a05c7a0de",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Return to Cookie Mountain",
    "release_id": "3c7f5b38-1f43-417e-bf31-75dd238a7516",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wolf Like Me\" is the first single from American art rock band TV on the Radio's album Return to Cookie Mountain, released in the United Kingdom in 2006. In 2010, the song was used in a TV commercial by Nike to promote the 2010 Winter Olympics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}