Information about plays

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

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

{
    "id": 1196575,
    "uri": "https://api.kexp.org/v2/plays/1196575/?format=api",
    "airdate": "2007-02-13T23:53:13-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CZR5MWE6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CZR5MWE6L._SL75_.jpg",
    "song": "Flake",
    "track_id": "69b38dd6-552c-4947-a421-6f544b87c516",
    "recording_id": null,
    "artist": "The Transmissionary Six",
    "artist_ids": [
        "a51ff80a-a3fc-42cb-8076-16700dc93d92"
    ],
    "album": "Get Down",
    "release_id": "fe510d87-37c6-4020-b572-b02bb96952d1",
    "release_group_id": null,
    "labels": [
        "FILMguerrero"
    ],
    "label_ids": [
        "ee88466f-284c-4488-90da-e0841272c59d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}