Information about plays

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

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

{
    "id": 511158,
    "uri": "https://api.kexp.org/v2/plays/511158/?format=api",
    "airdate": "2002-01-26T16:50:00-08:00",
    "show": 8805,
    "show_uri": "https://api.kexp.org/v2/shows/8805/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aBS%2BNbaLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aBS%2BNbaLL._SL75_.jpg",
    "song": "Jack the Ripper",
    "track_id": "28cb9226-139f-4ed1-8ba2-d2efcd476d8e",
    "recording_id": null,
    "artist": "Roy Buchanan",
    "artist_ids": [
        "82ad256f-8036-4318-98cb-e9b1e36c39e6"
    ],
    "album": "The Alligator Records 25th Anniversary Collection (disc 2)",
    "release_id": "c28d152e-4af4-4067-bdee-2474b3b98769",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}