Information about plays

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

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

{
    "id": 472932,
    "uri": "https://api.kexp.org/v2/plays/472932/?format=api",
    "airdate": "2001-10-04T15:30:00-07:00",
    "show": 8055,
    "show_uri": "https://api.kexp.org/v2/shows/8055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61449uppf1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61449uppf1L._SL75_.jpg",
    "song": "The Unholy Chazir",
    "track_id": "c6c11102-7020-42a8-ac40-a71bab050ea7",
    "recording_id": null,
    "artist": "New Orleans Klezmer All Stars",
    "artist_ids": [
        "484bca89-c1cf-47eb-967a-0eea93239657"
    ],
    "album": "Fresh Out The Past",
    "release_id": "f127effe-9c49-4fbf-982b-bc4ce28cb542",
    "release_group_id": null,
    "labels": [
        "Shanchie"
    ],
    "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"
}