Information about plays

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

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

{
    "id": 453748,
    "uri": "https://api.kexp.org/v2/plays/453748/?format=api",
    "airdate": "2001-08-09T06:20:00-07:00",
    "show": 7678,
    "show_uri": "https://api.kexp.org/v2/shows/7678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H94S092BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H94S092BL._SL75_.jpg",
    "song": "Confederate Cheerio Call",
    "track_id": "0a6de015-f767-4075-a5de-866ac677d927",
    "recording_id": null,
    "artist": "Richard Davies",
    "artist_ids": [
        "eac9682f-7aa6-4fe5-b076-da988aff17d3"
    ],
    "album": "Telegraph",
    "release_id": "3a52f983-539b-47c8-a49b-bae27b56a367",
    "release_group_id": null,
    "labels": [
        "Flydaddy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}