Information about plays

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

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

{
    "id": 1177783,
    "uri": "https://api.kexp.org/v2/plays/1177783/?format=api",
    "airdate": "2006-12-28T03:17:03-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tmgnqRnDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tmgnqRnDL._SL75_.jpg",
    "song": "Generator",
    "track_id": null,
    "recording_id": null,
    "artist": "The Holloways",
    "artist_ids": [
        "ed0c90ee-4cc0-4928-8f61-93dbd7869eb9"
    ],
    "album": "So This Is Great Britain?",
    "release_id": "2bdff5ba-1557-44f5-9252-514c43f2b4bc",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}