Information about plays

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

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

{
    "id": 431701,
    "uri": "https://api.kexp.org/v2/plays/431701/?format=api",
    "airdate": "2001-06-05T21:50:00-07:00",
    "show": 7262,
    "show_uri": "https://api.kexp.org/v2/shows/7262/?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": "Main Street Electrical Parade",
    "track_id": "f0340efb-b75c-4869-abb5-ba58349ddc23",
    "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"
}