Information about plays

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

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

{
    "id": 377966,
    "uri": "https://api.kexp.org/v2/plays/377966/?format=api",
    "airdate": "2019-09-07T13:49:59-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persephone",
    "track_id": "de51921a-b6c2-3d3c-83d5-f3efd0005eef",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "14ec0698-18fa-3395-b203-b5c3c8c2cc51",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Treasure' came out in 1983 amid critical acclaim. It solidified the lineup going forward as well as their signature ethereality style. It peaked in the UK at #29 and was on the charts for eight weeks. http://4ad.com/artists/cocteautwins",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}