Information about plays

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

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

{
    "id": 1177552,
    "uri": "https://api.kexp.org/v2/plays/1177552/?format=api",
    "airdate": "2006-12-27T14:17:14-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YzRnsistL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YzRnsistL._SL75_.jpg",
    "song": "Commit",
    "track_id": null,
    "recording_id": null,
    "artist": "The Blakes",
    "artist_ids": [
        "910b6d9a-4110-4356-949c-1935cbbf1678"
    ],
    "album": "The Blakes",
    "release_id": "ab3e2640-d29f-45d3-8273-0805bc59b752",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}