Information about plays

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

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

{
    "id": 1160938,
    "uri": "https://api.kexp.org/v2/plays/1160938/?format=api",
    "airdate": "2006-11-15T06:19:21-08:00",
    "show": 20371,
    "show_uri": "https://api.kexp.org/v2/shows/20371/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L._SL75_.jpg",
    "song": "King of Birds",
    "track_id": "41c94351-cf6a-47c1-b7fe-24362104ee8d",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "And I Feel Fine... The Best of the I.R.S. Years 1982-1987 (bonus disc)",
    "release_id": "8d8c23ab-655c-4077-aa9b-95b26005133e",
    "release_group_id": null,
    "labels": [
        "I.R.S./Capitol"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}