Information about plays

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

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

{
    "id": 445191,
    "uri": "https://api.kexp.org/v2/plays/445191/?format=api",
    "airdate": "2001-07-15T09:44:20-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MA6xmajVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MA6xmajVL._SL75_.jpg",
    "song": "T-Bone Intentions",
    "track_id": "664e17fe-2d9e-4e86-a7c3-95901ae810bb",
    "recording_id": null,
    "artist": "Long John Hunter",
    "artist_ids": [
        "3051925f-d398-4261-af56-0c60d660aa1d"
    ],
    "album": "Border Town Legend",
    "release_id": "7ac2ca69-bdeb-48ce-9fac-937a5a34cc39",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}