Information about plays

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

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

{
    "id": 1196676,
    "uri": "https://api.kexp.org/v2/plays/1196676/?format=api",
    "airdate": "2007-02-14T05:04:54-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tEZP3ZWNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tEZP3ZWNL._SL75_.jpg",
    "song": "Todo tiende",
    "track_id": null,
    "recording_id": null,
    "artist": "Ojos de Brujo",
    "artist_ids": [
        "ab1b3f93-99ba-4a5b-868f-e412ab0a57fb"
    ],
    "album": "Techarí",
    "release_id": "acd29b03-aad7-433f-b959-715c4319601b",
    "release_group_id": null,
    "labels": [
        "Diquela Records"
    ],
    "label_ids": [
        "86c8299c-1999-4196-8e06-1b90cd2747f8"
    ],
    "release_date": "2006-02-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}