Information about plays

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

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

{
    "id": 500207,
    "uri": "https://api.kexp.org/v2/plays/500207/?format=api",
    "airdate": "2001-12-25T08:58:00-08:00",
    "show": 8589,
    "show_uri": "https://api.kexp.org/v2/shows/8589/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T0Xsq0ExL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T0Xsq0ExL._SL75_.jpg",
    "song": "Santa's Polka",
    "track_id": "31f7c339-7300-4c22-9b17-baf2ad908f80",
    "recording_id": null,
    "artist": "Brave Combo",
    "artist_ids": [
        "fdefbd57-abcd-435a-8b6c-d03cc4990efd"
    ],
    "album": "It's Christmas, Man!",
    "release_id": "406a620d-df9a-411f-bae7-e02b79da63f4",
    "release_group_id": null,
    "labels": [],
    "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"
}