Information about plays

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

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

{
    "id": 435059,
    "uri": "https://api.kexp.org/v2/plays/435059/?format=api",
    "airdate": "2001-06-15T17:38:49-07:00",
    "show": 7321,
    "show_uri": "https://api.kexp.org/v2/shows/7321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wsymlGhlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wsymlGhlL._SL75_.jpg",
    "song": "Already There",
    "track_id": "96096188-8392-446b-b32a-69d98ec4fae7",
    "recording_id": null,
    "artist": "Ultrababyfat",
    "artist_ids": [
        "4e60eb88-2ccc-45a6-bfad-41ebea039366"
    ],
    "album": "Eight Balls In Reverse",
    "release_id": "b86016a4-3689-4fcd-b7c1-b7bdb0d50c49",
    "release_group_id": null,
    "labels": [
        "Dolphin Tone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}