Information about plays

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

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

{
    "id": 498096,
    "uri": "https://api.kexp.org/v2/plays/498096/?format=api",
    "airdate": "2001-12-18T16:29:00-08:00",
    "show": 8548,
    "show_uri": "https://api.kexp.org/v2/shows/8548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21W4SB2XEQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21W4SB2XEQL._SL75_.jpg",
    "song": "Mister Downchild",
    "track_id": "ef3c5e0e-7598-4f75-a261-f6ef6aaa7c38",
    "recording_id": null,
    "artist": "Mike Henderson & The Bluebloods",
    "artist_ids": [
        "5b29cdeb-bd6b-4439-97f8-80ac49248644"
    ],
    "album": "Thicker Than Water",
    "release_id": "e6154a24-b189-4ada-a435-57abdaa3ab02",
    "release_group_id": null,
    "labels": [
        "Dead Reckoning"
    ],
    "label_ids": [],
    "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"
}