Information about plays

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

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

{
    "id": 419016,
    "uri": "https://api.kexp.org/v2/plays/419016/?format=api",
    "airdate": "2001-04-28T01:17:08-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oklITkh8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oklITkh8L._SL75_.jpg",
    "song": "UNIT STRUCURE/AS OF NOW/SECTION",
    "track_id": null,
    "recording_id": null,
    "artist": "Cecil Taylor",
    "artist_ids": [
        "0d06bb57-c3b6-4188-9b73-826c41c3e29e"
    ],
    "album": "Unit Structures",
    "release_id": "8295f315-1eec-40f1-a212-95fde212f0e4",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}