Information about plays

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

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

{
    "id": 535227,
    "uri": "https://api.kexp.org/v2/plays/535227/?format=api",
    "airdate": "2002-04-06T10:28:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h4UbjN7IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h4UbjN7IL._SL75_.jpg",
    "song": "Al Capone",
    "track_id": "97b57602-f592-47e8-892d-086cf20c25e6",
    "recording_id": null,
    "artist": "Prince Buster",
    "artist_ids": [
        "a1d32e75-2391-4d94-904e-13536304dcf6"
    ],
    "album": "Fabulous Greatest Hits",
    "release_id": "9a7087c6-cf09-4192-95e0-ec6cfba1d565",
    "release_group_id": null,
    "labels": [
        "Spartan"
    ],
    "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"
}