Information about plays

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

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

{
    "id": 372564,
    "uri": "https://api.kexp.org/v2/plays/372564/?format=api",
    "airdate": "2019-08-26T13:27:12-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/777d51fe-b7c7-4874-9217-40abf09b4924/12423981101-250.jpg",
    "thumbnail_uri": "",
    "song": "Chicago",
    "track_id": "3b19f26c-8a6b-3b30-aacd-adfe140c6dfa",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "777d51fe-b7c7-4874-9217-40abf09b4924",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2005-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "''Chicago' is the story of victoriously escaping from ourselves to be ourselves. As long as we work toward clarity, those mistakes needn’t become our albatrosses to wear forever. We needn’t cling to falsehoods, we can shed our false skins and leave them behind. To recreate us. All things grow.\"  Read a wonderful essay about the song \"Chicago\":  http://resonantmotion.org/chicago-songs-that-matter/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}