Information about plays

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

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

{
    "id": 420186,
    "uri": "https://api.kexp.org/v2/plays/420186/?format=api",
    "airdate": "2001-05-01T18:10:54-07:00",
    "show": 7031,
    "show_uri": "https://api.kexp.org/v2/shows/7031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OYhW9bvoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OYhW9bvoL._SL75_.jpg",
    "song": "Khyab Sangye",
    "track_id": "795fc84d-3d74-47a6-aaac-5325605e8ea9",
    "recording_id": null,
    "artist": "Yungchen Lhamo",
    "artist_ids": [
        "4d9d3718-2261-448d-9239-68ac50ba16a2"
    ],
    "album": "Coming Home",
    "release_id": "09267dea-27cf-4b13-94fc-dc4076331133",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1998-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}