Information about plays

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

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

{
    "id": 368900,
    "uri": "https://api.kexp.org/v2/plays/368900/?format=api",
    "airdate": "2019-08-18T00:04:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evil Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Dio",
    "artist_ids": [
        "c55193fb-f5d2-4839-a263-4c044fca1456"
    ],
    "album": "The Last in Line",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": "1984-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dio toured this summer with a hologram of Ronnie James Dio. http://www.ronniejamesdio.com/news.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}