Information about plays

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

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

{
    "id": 342496,
    "uri": "https://api.kexp.org/v2/plays/342496/?format=api",
    "airdate": "2019-06-17T08:37:55-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/82513761-6b34-4060-b4ad-dd42a75d199b/10929396758-250.jpg",
    "thumbnail_uri": "",
    "song": "DARE",
    "track_id": "a98e5bb2-9d46-3eac-acb8-2f18f3a42422",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Demon Days",
    "release_id": "82513761-6b34-4060-b4ad-dd42a75d199b",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorillaz changed the name of this song to suit the thick Mancunian accent of guest vocalist Shaun Ryder (from the famous Manchester band Happy Mondays). The phrase was originally \"It's There,\" but sounded like \"It's Dare,\" when Ryder spoke. They kept the feature and changed the title. Fun video! https://www.youtube.com/watch?v=uAOR6ib95kQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}