Information about plays

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

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

{
    "id": 379210,
    "uri": "https://api.kexp.org/v2/plays/379210/?format=api",
    "airdate": "2019-09-10T16:44:53-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad/11379976443-250.jpg",
    "thumbnail_uri": "",
    "song": "I Found a Whistle",
    "track_id": "e9a4ddaa-0766-3e9e-bd24-cf16d180b75b",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Congratulations",
    "release_id": "3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When speaking with anyone about dealing with depression, one of the things I suggest (among many others) is listening to the right kind of music that will help them. I’m living testament to how healing music can be.\n \n... One song I remember listening to over and over was I Found a Whistle by MGMT.\" Thank you Derek.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}