Information about plays

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

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

{
    "id": 356090,
    "uri": "https://api.kexp.org/v2/plays/356090/?format=api",
    "airdate": "2019-07-18T15:49:46-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee8bd99e-08f3-46e0-bf19-8b1e2cba0003/17058746202-250.jpg",
    "thumbnail_uri": "",
    "song": "All I Want",
    "track_id": "5f8efc19-279d-4b26-a7e9-47c41cbac317",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Weather Diaries",
    "release_id": "ee8bd99e-08f3-46e0-bf19-8b1e2cba0003",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Weather Diaries\" is the fifth album from English band RIDE, the band's first album since 1996's \"Tarantula\". The band stopped by KEXP back in 2017 to play some songs from the album, check it out here: <br/><br/>https://www.youtube.com/watch?v=2lncloqtuT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}