Information about plays

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

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

{
    "id": 347547,
    "uri": "https://api.kexp.org/v2/plays/347547/?format=api",
    "airdate": "2019-06-28T18:40:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Head to Toe",
    "track_id": "b74cc077-a80a-444a-b1a9-bbed1020ff59",
    "recording_id": null,
    "artist": "Lisa Lisa",
    "artist_ids": [
        "eebd2b54-8b6e-4ac0-99f2-95f6facd4787"
    ],
    "album": "Head to Toe",
    "release_id": "004ac059-8146-4e44-867d-fb5525ddb801",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lisa Velez (aka \"Lisa Lisa\") signed with Snoop Dogg's Army this year, which is a part of the Snoop Dogg Entertainment Company. https://bit.ly/2xgf9V4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}