Information about plays

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

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

{
    "id": 535595,
    "uri": "https://api.kexp.org/v2/plays/535595/?format=api",
    "airdate": "2002-04-07T16:11:08-07:00",
    "show": 9283,
    "show_uri": "https://api.kexp.org/v2/shows/9283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dLQxkmdLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dLQxkmdLL._SL75_.jpg",
    "song": "Ezertep-le Bereyin Be (Do You Want Me to Saddle You?)",
    "track_id": "97a59898-f705-42cd-9872-78e22c840121",
    "recording_id": null,
    "artist": "Huun-Huur-Tu",
    "artist_ids": [
        "6e3d75a2-b371-4156-a1c1-7b56e1c965a3"
    ],
    "album": "Where Young Grass Grows",
    "release_id": "cb0eb250-5eea-42c4-9612-eaa66178eb36",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1999-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}