Information about plays

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

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

{
    "id": 372548,
    "uri": "https://api.kexp.org/v2/plays/372548/?format=api",
    "airdate": "2019-08-26T12:17:59-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/794c20e2-d259-3e51-9e23-47e1f3aa4888/2144293838-250.jpg",
    "thumbnail_uri": "",
    "song": "Sisters of Mercy",
    "track_id": "2fd643f0-88f4-3b0f-8773-2c0a36be9e15",
    "recording_id": null,
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "Songs of Leonard Cohen",
    "release_id": "794c20e2-d259-3e51-9e23-47e1f3aa4888",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song comes from the mixtape entitled \"Winfield\" by Jimmy. Jimmy writes, \"These are the type of songs I wish someone had turned me on to at the fantastically young and untethered dawn of adulthood.\" Cohen penned this song as a tribute to two girls that he shared a hotel room with during a snowstorm in Edmonton. He says, \"I invited them back to my little hotel room and there was a big double bed and they went to sleep in it immediately.  And I sat in this stuffed chair inside the window. And while they were sleeping I wrote the lyrics. And that never happened to me before. And I think it must be wonderful to be that kind of writer. It must be wonderful. Because I just wrote the lines with a few revisions and when they awakened I sang it to them. And it has never happened to me like that before. Or since.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}