Information about plays

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

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

{
    "id": 374366,
    "uri": "https://api.kexp.org/v2/plays/374366/?format=api",
    "airdate": "2019-08-30T06:33:37-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/11752185415-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cross",
    "track_id": "284c72a0-72e8-3a19-936e-ee3e1a3ae68d",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮” the Times",
    "release_id": "028a24f8-bf25-46d0-8f45-bf5aca882736",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As Prince became a Jehovah's Witness, he began to change the lyrics when performing the song live, reflecting his newer beliefs that Jesus died on \"stauros\" (a single stake, rather than a two-beamed cross), and the song became known as \"The Christ,\" causing some controversy amongst Prince's online fanbase. https://www.youtube.com/watch?v=tBAkEOQnoTw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}