Information about plays

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

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

{
    "id": 426171,
    "uri": "https://api.kexp.org/v2/plays/426171/?format=api",
    "airdate": "2001-05-20T09:18:45-07:00",
    "show": 7154,
    "show_uri": "https://api.kexp.org/v2/shows/7154/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL._SL75_.jpg",
    "song": "S.U.V.",
    "track_id": "e3f3c66b-5dff-4ecc-a13c-d962f5eec94b",
    "recording_id": null,
    "artist": "Mem Shannon",
    "artist_ids": [
        "374d40b2-c29d-4410-9460-2eb82fe309d2"
    ],
    "album": "Memphis in the Morning",
    "release_id": "601a2475-d07c-429c-b158-453a8627b9ca",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}