Information about plays

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

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

{
    "id": 414533,
    "uri": "https://api.kexp.org/v2/plays/414533/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h-x8f%2BDGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h-x8f%2BDGL._SL75_.jpg",
    "song": "Jockey Full of Bourbon",
    "track_id": "185ed865-8cd3-4039-8b5f-0429d364d8fe",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Beautiful Maladies: The Island Years",
    "release_id": "e4033eae-ccb6-4cb7-ba7c-51e57a32d0b6",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}