Information about plays

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

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

{
    "id": 353032,
    "uri": "https://api.kexp.org/v2/plays/353032/?format=api",
    "airdate": "2019-07-11T13:33:04-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5b2ec24-8d2c-4641-8058-815cb35e67a7/18918680426-250.jpg",
    "thumbnail_uri": "",
    "song": "What the Writer Meant",
    "track_id": "d82779b7-de1a-412f-8ef8-9eb174a1f971",
    "recording_id": null,
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Bark Your Head Off, Dog",
    "release_id": "e5b2ec24-8d2c-4641-8058-815cb35e67a7",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Hop Along performing this song at their last in-studio performance here at KEXP in August 2018: https://www.youtube.com/watch?v=x-zaARSR6bY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}