Information about plays

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

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

{
    "id": 374372,
    "uri": "https://api.kexp.org/v2/plays/374372/?format=api",
    "airdate": "2019-08-30T06:54:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blessed",
    "track_id": "3d7ead41-22c0-4341-989a-303d4beaf3e3",
    "recording_id": null,
    "artist": "simon",
    "artist_ids": [
        "99882c3d-9251-4e0d-a39f-02a9863c13e4"
    ],
    "album": "Sounds of Silence",
    "release_id": "1b9fa7b1-05ce-41a3-aeca-e5516b7a8709",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song uses two utterances of Jesus to discuss the disconnect between an ostensibly kind God and His downtrodden creations. The first of these utterances is the Beatitudes, a section of the Sermon on the Mount-- eight sentences, each starting with the word \"Blessed.\" The most famous of these, \"Blessed are the meek, for they shall inherit the earth,\" is quoted in the first line of the song.\n\nThe second utterance is the line, \"Oh, Lord! Why have You forsaken me?\" said to have been spoken by Jesus while dying on the crucifix.  Read a discussion of this fine song from Steve's playlist:  http://paulsimonsongs.blogspot.com/2009/11/blessed.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}