Information about plays

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

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

{
    "id": 1391173,
    "uri": "https://api.kexp.org/v2/plays/1391173/?format=api",
    "airdate": "2008-06-28T16:33:48-07:00",
    "show": 24280,
    "show_uri": "https://api.kexp.org/v2/shows/24280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YJVw3Ql2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YJVw3Ql2L._SL75_.jpg",
    "song": "Knock A Piece Off",
    "track_id": "69016085-59e2-42c7-87c7-3c5564ab2526",
    "recording_id": null,
    "artist": "The Diplomats of Solid Sound",
    "artist_ids": [
        "d46661b1-00f5-47a3-86bd-9b803d9a637b"
    ],
    "album": "Destination... Get Down!",
    "release_id": "bccf30c9-771d-4338-8b09-616941f1629e",
    "release_group_id": null,
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "2005-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}