Information about plays

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

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

{
    "id": 450748,
    "uri": "https://api.kexp.org/v2/plays/450748/?format=api",
    "airdate": "2001-07-31T15:10:00-07:00",
    "show": 7623,
    "show_uri": "https://api.kexp.org/v2/shows/7623/?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": "Hopscotch",
    "track_id": "3c0067f7-1382-4ad8-86a1-5d31726c1069",
    "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"
}