Information about plays

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

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

{
    "id": 1195393,
    "uri": "https://api.kexp.org/v2/plays/1195393/?format=api",
    "airdate": "2007-02-10T20:48:16-08:00",
    "show": 20953,
    "show_uri": "https://api.kexp.org/v2/shows/20953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BJF0H79YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BJF0H79YL._SL75_.jpg",
    "song": "Shy Town",
    "track_id": null,
    "recording_id": null,
    "artist": "Lois",
    "artist_ids": [
        "c1b55b75-ee4f-418b-b993-4aa8e688e330"
    ],
    "album": "Bet the Sky",
    "release_id": "83c96e8a-7b63-43dc-a478-e213421a6482",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1994-12-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}