Information about plays

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

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

{
    "id": 344474,
    "uri": "https://api.kexp.org/v2/plays/344474/?format=api",
    "airdate": "2019-06-21T21:57:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LEFTOVA",
    "track_id": null,
    "recording_id": null,
    "artist": "Ugly Frank",
    "artist_ids": [
        "162802f0-e125-47c1-bd7e-b1fbc7022d72"
    ],
    "album": "BOBBY HILL EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2014-05-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tacoma group ILLFIGHTYOU will be performing at Tacoma's Art On The Ave on Sun. July 14th! https://www.facebook.com/events/6th-ave-tacoma/art-on-the-ave/2225265081029705/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}