Information about plays

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

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

{
    "id": 373512,
    "uri": "https://api.kexp.org/v2/plays/373512/?format=api",
    "airdate": "2019-08-28T13:17:00-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaches",
    "track_id": "8c82d3be-f1ff-35e2-b871-5ff4dd815da1",
    "recording_id": null,
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "The Presidents of the United States of America",
    "release_id": "345eb005-d68c-4dd5-966c-9da126c42b99",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Supermarket Shuffle\" is a story in the form of a playlist describing the many obstacles we encounter during our average visit to the supermarket. <br>\"A brief panic that you, an adult, shop for food like a 10 year old. You give yourself a pep talk, steel your nerves, and push through.  A jolt of energy for how strong you are and how crazy this life is.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}