Information about plays

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

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

{
    "id": 471955,
    "uri": "https://api.kexp.org/v2/plays/471955/?format=api",
    "airdate": "2001-10-01T22:45:00-07:00",
    "show": 8039,
    "show_uri": "https://api.kexp.org/v2/shows/8039/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-ULw%2B5bxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-ULw%2B5bxL._SL75_.jpg",
    "song": "Lily of Bombay",
    "track_id": "0c6115b1-cd67-4892-b15d-852c1a7e122e",
    "recording_id": null,
    "artist": "King of Hawaii",
    "artist_ids": [
        "01e0c4aa-a470-4905-97ca-0733eb415d06"
    ],
    "album": "King of Hawaii",
    "release_id": "c8d4711f-ee86-4362-911e-69343a96c210",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}