Information about plays

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

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

{
    "id": 354617,
    "uri": "https://api.kexp.org/v2/plays/354617/?format=api",
    "airdate": "2019-07-15T08:47:54-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "State of Love and Trust",
    "track_id": "dc1a91cd-662b-3179-9655-16c8473f151b",
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The song was originally recorded during the sessions for Peal Jam's debut album \"Ten,\" featuring the band's original drummer Dave Krusen. That version is included as a bonus track on 2009's re-issue of \"Ten.\" Pearl Jam bassist and co-founder Jeff Ament told Billboard magazine that he feels the original that Dave Krusen played on is \"vastly superior to the one that's on 'Singles'.\" He added: \"I don't think I fully appreciated what Krusen brought to the band at that point. He really plays that song in the spirit it was written in. It's has a much trashier, Crazy Horse feel to it. It's awesome.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}