Information about plays

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

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

{
    "id": 1195179,
    "uri": "https://api.kexp.org/v2/plays/1195179/?format=api",
    "airdate": "2007-02-10T05:36:58-08:00",
    "show": 20948,
    "show_uri": "https://api.kexp.org/v2/shows/20948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nR%2B1K02cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nR%2B1K02cL._SL75_.jpg",
    "song": "Three Changes",
    "track_id": "946b97be-fd3c-41e4-8261-793780f34e50",
    "recording_id": null,
    "artist": "The Good, the Bad & the Queen",
    "artist_ids": [
        "0f211bfc-8c69-4cb7-9165-acbe4353cb0a"
    ],
    "album": "The Good, the Bad & the Queen",
    "release_id": "76b1e838-2033-4982-a331-d29e5bcac941",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}