Information about plays

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

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

{
    "id": 450081,
    "uri": "https://api.kexp.org/v2/plays/450081/?format=api",
    "airdate": "2001-07-29T17:00:00-07:00",
    "show": 7610,
    "show_uri": "https://api.kexp.org/v2/shows/7610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EC1P9TZ3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EC1P9TZ3L._SL75_.jpg",
    "song": "Love It Is A Killing Thing",
    "track_id": "34ae85c6-b8de-439d-89cb-19f6f677a4a0",
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "The Zen Kiss",
    "release_id": "6dd0d036-3b7e-4777-b631-e3e212fefb5e",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1994-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}