Information about plays

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

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

{
    "id": 1279372,
    "uri": "https://api.kexp.org/v2/plays/1279372/?format=api",
    "airdate": "2007-09-15T02:16:37-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e7yYwOjsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e7yYwOjsL._SL75_.jpg",
    "song": "Zyghost",
    "track_id": "8135097c-470c-4f5a-b379-8c06aacc7e10",
    "recording_id": null,
    "artist": "Feral Children",
    "artist_ids": [
        "e2dcc27f-7983-4598-b9d7-ad03280efda6"
    ],
    "album": "Second to the Last Frontier",
    "release_id": "a26f4d8b-db34-4e7d-9221-5c3662624b53",
    "release_group_id": null,
    "labels": [
        "Kill Again"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}