Information about plays

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

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

{
    "id": 376419,
    "uri": "https://api.kexp.org/v2/plays/376419/?format=api",
    "airdate": "2019-09-04T06:36:20-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/5956ddae-f3ef-4ff3-846e-ac998dd8d9c1/23935970931-250.jpg",
    "thumbnail_uri": "",
    "song": "Something Keeps Calling",
    "track_id": "b71a2d70-c5d5-40f8-b7dd-aa00e56d5ab4",
    "recording_id": null,
    "artist": "Raphael Saadiq feat. Rob Bacon",
    "artist_ids": [
        "8963daf2-c155-44e1-b4ae-57fa0fec24b0"
    ],
    "album": "Jimmy Lee",
    "release_id": "5956ddae-f3ef-4ff3-846e-ac998dd8d9c1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emotional new record from Raphael Saadiq (named for his older brother and dealing with themes of addiction and other ills of modern society)\n<br> </br> Music has incredible power. You are not alone. KEXP's Music Heals: Mental Health on Tuesday, Sept 10.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}