Information about plays

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

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

{
    "id": 377355,
    "uri": "https://api.kexp.org/v2/plays/377355/?format=api",
    "airdate": "2019-09-06T06:29:36-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/20fd1801-2b34-3a53-bd00-e4fe16dc778f/3111350537-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreams",
    "track_id": "a803ee64-64bb-3800-8205-46304a6d6d33",
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": "20fd1801-2b34-3a53-bd00-e4fe16dc778f",
    "release_group_id": null,
    "labels": [
        "Helicon Records"
    ],
    "label_ids": [
        "a488f2f6-a261-44d7-8985-e25ff0969eb7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the birthday of Dolores Mary Eileen O'Riordan, lead singer of The cranberries.  She died at age 46 of drowning in January, 2018.: https://www.rollingstone.com/music/music-news/dolores-oriordan-inside-cranberries-singers-final-days-125322/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}