Information about plays

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

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

{
    "id": 1188057,
    "uri": "https://api.kexp.org/v2/plays/1188057/?format=api",
    "airdate": "2007-01-23T08:46:37-08:00",
    "show": 20829,
    "show_uri": "https://api.kexp.org/v2/shows/20829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SP63XFBZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SP63XFBZL._SL75_.jpg",
    "song": "Apple Tree",
    "track_id": null,
    "recording_id": null,
    "artist": "Wolfmother",
    "artist_ids": [
        "f0c8f75f-8736-4b1d-b312-9349fcff321d"
    ],
    "album": "Wolfmother",
    "release_id": "9bd9d999-77e0-48ce-bce9-6096123ffb72",
    "release_group_id": null,
    "labels": [
        "Interscope/Modular"
    ],
    "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"
}