Information about plays

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

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

{
    "id": 1177797,
    "uri": "https://api.kexp.org/v2/plays/1177797/?format=api",
    "airdate": "2006-12-28T04:02:37-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kk5Rx1ZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kk5Rx1ZSL._SL75_.jpg",
    "song": "Last Call (Carl Craig Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Brazilian Girls",
    "artist_ids": [
        "8b2350de-b682-4fe7-ad8f-4508d7b6c697"
    ],
    "album": "Talk to La Bomb",
    "release_id": "800d09c6-190d-40e6-b75d-d556bbfaa639",
    "release_group_id": null,
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [
        "87607d99-1448-4c5f-b794-b67671862aa0"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}