Information about plays

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

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

{
    "id": 434983,
    "uri": "https://api.kexp.org/v2/plays/434983/?format=api",
    "airdate": "2001-06-15T13:15:00-07:00",
    "show": 7320,
    "show_uri": "https://api.kexp.org/v2/shows/7320/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417HSJ8CZCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417HSJ8CZCL._SL75_.jpg",
    "song": "Clevor Trevor",
    "track_id": null,
    "recording_id": null,
    "artist": "Ian Dury",
    "artist_ids": [
        "3d5c6889-2471-43c4-b853-08fc5fda810a"
    ],
    "album": "New Boots and Panties!!",
    "release_id": "5de2df45-3b48-4a4d-b037-3b38738f48f7",
    "release_group_id": null,
    "labels": [
        "Demon"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}