Information about plays

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

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

{
    "id": 355712,
    "uri": "https://api.kexp.org/v2/plays/355712/?format=api",
    "airdate": "2019-07-17T19:58:25-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Lotta Things",
    "track_id": "7ba28d5a-d1cf-4a41-86ee-09e694daa615",
    "recording_id": null,
    "artist": "Bonny Doon",
    "artist_ids": [
        "bbdc77fc-1ef2-4a91-b829-0f7047c62104"
    ],
    "album": "Longwave",
    "release_id": "57ea3eb4-9825-4a39-95da-6678ef0c0581",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2018-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit band ; this song live: https://www.youtube.com/watch?v=6a-zCDYTTXI ; and the official video: https://www.youtube.com/watch?v=spN_5nVqGLM ; https://bonnydoon.bandcamp.com ; https://www.facebook.com/bonnydoontheband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}