Information about plays

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

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

{
    "id": 498156,
    "uri": "https://api.kexp.org/v2/plays/498156/?format=api",
    "airdate": "2001-12-18T19:45:00-08:00",
    "show": 8549,
    "show_uri": "https://api.kexp.org/v2/shows/8549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hxrlz3m4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hxrlz3m4L._SL75_.jpg",
    "song": "Listening to the Pines",
    "track_id": "93115677-2ff8-4105-a14a-4c88631f1ec6",
    "recording_id": null,
    "artist": "Hua Yan-Jun",
    "artist_ids": [
        "e6c392e0-5b81-4d6e-a5ea-6e9cf160671c"
    ],
    "album": "The Hugo Masters: An Anthology of Chinese Classical Music, Volume 1: Bowed Strings",
    "release_id": "6550d386-bf54-4ace-8923-b12c0bbb70f4",
    "release_group_id": null,
    "labels": [
        "Celestial Harmonies"
    ],
    "label_ids": [
        "9fd49e42-f144-4c42-84fa-11d9e82f5ed7"
    ],
    "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"
}