Information about plays

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

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

{
    "id": 454375,
    "uri": "https://api.kexp.org/v2/plays/454375/?format=api",
    "airdate": "2001-08-10T22:20:00-07:00",
    "show": 7688,
    "show_uri": "https://api.kexp.org/v2/shows/7688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ct%2BV74NZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ct%2BV74NZL._SL75_.jpg",
    "song": "T.A.P.O.A.F.O.M",
    "track_id": "5ac4c78d-fbca-4093-9a17-35eebd352b7d",
    "recording_id": null,
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "T.A.P.O.A.F.O.M",
    "release_id": "02856645-0156-493c-8146-f4a16e10b3ec",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}