Information about plays

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

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

{
    "id": 453851,
    "uri": "https://api.kexp.org/v2/plays/453851/?format=api",
    "airdate": "2001-08-09T12:32:00-07:00",
    "show": 7679,
    "show_uri": "https://api.kexp.org/v2/shows/7679/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4131NVDFG3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4131NVDFG3L._SL75_.jpg",
    "song": "Marcus Children Suffer",
    "track_id": null,
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Ultimate Collection",
    "release_id": "b6d3ad32-650c-4501-8987-e2073b2b655e",
    "release_group_id": null,
    "labels": [
        "Hip-O"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}