Information about plays

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

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

{
    "id": 347854,
    "uri": "https://api.kexp.org/v2/plays/347854/?format=api",
    "airdate": "2019-06-29T14:03:00-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love & Hate",
    "track_id": "948f30e8-8386-476d-8b29-e0023f022a91",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "9d77a070-2d87-4d18-9887-3b96f8a13ead",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kiwanuka said about this album, \"I wanted to be more transparent and more vulnerable as a well... I felt writing deeply was a way to get things off my chest.\" Love & Hate, Michael Kiwanuka's second album, was co-produced by Danger Mouse. https://bit.ly/2IXM7A1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}