Information about plays

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

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

{
    "id": 350475,
    "uri": "https://api.kexp.org/v2/plays/350475/?format=api",
    "airdate": "2019-07-05T14:15:36-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/49936617-caeb-432f-b426-e8f3ce15043f/10694506467-250.jpg",
    "thumbnail_uri": "",
    "song": "Bros",
    "track_id": "dcbae58e-39ce-4a95-ba24-e3e3d0650e0d",
    "recording_id": null,
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "My Love Is Cool",
    "release_id": "49936617-caeb-432f-b426-e8f3ce15043f",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ellie Rowsell comments: “‘Bros’ is a sentimental tune to us, it’s grown and changed with us over the past couple of years, taking on different shapes and forms until it evolved into being this definitive album version. It’s an ode to childhood imagination and friendship and all the charm that comes with that. The live response to the song has been truly humbling.”  www.nme.com/news/music/wolf-alice-40-1215056",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}