Information about plays

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

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

{
    "id": 356291,
    "uri": "https://api.kexp.org/v2/plays/356291/?format=api",
    "airdate": "2019-07-19T02:30:17-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "http://coverartarchive.org/release/9641994c-686f-4d92-ba01-914ee868d3e4/15185750931-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreamlover",
    "track_id": "0eb49586-3f15-4b0b-bc56-b0db7c47e63d",
    "recording_id": null,
    "artist": "Roses",
    "artist_ids": [
        "e9dd688c-a5bb-482a-ab68-a2f04359215b"
    ],
    "album": "Camera Trouble",
    "release_id": "9641994c-686f-4d92-ba01-914ee868d3e4",
    "release_group_id": null,
    "labels": [
        "Group Tightener"
    ],
    "label_ids": [
        "0beb9c9f-cc6f-4ae6-b7c2-8311b152204d"
    ],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}