Information about plays

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

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

{
    "id": 343171,
    "uri": "https://api.kexp.org/v2/plays/343171/?format=api",
    "airdate": "2019-06-18T22:44:27-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/9ce67ed8-8d47-4fc8-a341-ca5a108914fd/4508097202-250.jpg",
    "thumbnail_uri": "",
    "song": "Know Your Chicken",
    "track_id": "ea3a3d42-7475-33fa-9fe4-533450673551",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Viva! La Woman",
    "release_id": "9ce67ed8-8d47-4fc8-a341-ca5a108914fd",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Sophie, who texted in about eating fried chicken for dinner! Sounds good, bring us some next time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}