Information about plays

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

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

{
    "id": 450088,
    "uri": "https://api.kexp.org/v2/plays/450088/?format=api",
    "airdate": "2001-07-29T17:35: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/51UQNHYpbTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UQNHYpbTL._SL75_.jpg",
    "song": "Nin Hun (Bad Man)",
    "track_id": "f228e036-39ad-4068-8774-d5622b2c9239",
    "recording_id": null,
    "artist": "Maryam Mursal",
    "artist_ids": [
        "90011f80-8a51-4776-a6e0-09d83726eedb"
    ],
    "album": "The Journey",
    "release_id": "953c211c-f874-45de-bb43-4e54c37f81e1",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1998-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}