Information about plays

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

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

{
    "id": 366311,
    "uri": "https://api.kexp.org/v2/plays/366311/?format=api",
    "airdate": "2019-08-12T08:27:59-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/27eaf01f-ce60-4e7f-9ce0-f05e20414d07/19901850611-250.jpg",
    "thumbnail_uri": "",
    "song": "You Love Nothing",
    "track_id": "eb66ba8b-d7ad-4944-a50e-d1217f8f1a62",
    "recording_id": null,
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "L.A. WITCH",
    "release_id": "27eaf01f-ce60-4e7f-9ce0-f05e20414d07",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile September 12! https://lawitches.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}