Information about plays

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

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

{
    "id": 453171,
    "uri": "https://api.kexp.org/v2/plays/453171/?format=api",
    "airdate": "2001-08-07T15:15:47-07:00",
    "show": 7668,
    "show_uri": "https://api.kexp.org/v2/shows/7668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/118FP49NE8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/118FP49NE8L._SL75_.jpg",
    "song": "Pimlico",
    "track_id": "fb280879-c040-4fb1-b234-e329ae999beb",
    "recording_id": null,
    "artist": "Aden",
    "artist_ids": [
        "ba43551f-3ea1-4e83-8e7d-00f3f556ba76"
    ],
    "album": "Hey 19",
    "release_id": "785a9362-e9c7-4f77-a98f-4cd20296e903",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "2000-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}