Information about plays

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

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

{
    "id": 434615,
    "uri": "https://api.kexp.org/v2/plays/434615/?format=api",
    "airdate": "2001-06-14T12:28:14-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AFTHST2ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AFTHST2ZL._SL75_.jpg",
    "song": "Sanford and Son (The Streetbeater)",
    "track_id": "8931cc90-9d01-4bd4-bd52-9ac6728d5a43",
    "recording_id": null,
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Television's Greatest Hits, Volume 3: 70's & 80's",
    "release_id": "bc5fddae-eeaf-4be9-af25-0c5511a5b31f",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}