Information about plays

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

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

{
    "id": 500816,
    "uri": "https://api.kexp.org/v2/plays/500816/?format=api",
    "airdate": "2001-12-27T00:32:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614pn7I4LNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614pn7I4LNL._SL75_.jpg",
    "song": "Mr. Freeman",
    "track_id": "18181fdc-dae1-4c69-a82c-c3e7b548cc39",
    "recording_id": null,
    "artist": "Greg Osby",
    "artist_ids": [
        "bbef05c0-ec64-46df-b7af-08c85d96da39"
    ],
    "album": "Black Book",
    "release_id": "b90e45bb-8ba5-4b1c-b018-0818ddd0627f",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}