Information about plays

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

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

{
    "id": 1195475,
    "uri": "https://api.kexp.org/v2/plays/1195475/?format=api",
    "airdate": "2007-02-10T23:51:00-08:00",
    "show": 20954,
    "show_uri": "https://api.kexp.org/v2/shows/20954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL._SL75_.jpg",
    "song": "Human Fly",
    "track_id": "372d438f-5e3b-4b6a-b950-6d924c13dd9f",
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Gravest Hits",
    "release_id": "911c4b43-e2ec-4d6d-8e99-968da1c4bcbe",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}