Information about plays

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

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

{
    "id": 420407,
    "uri": "https://api.kexp.org/v2/plays/420407/?format=api",
    "airdate": "2001-05-02T09:41:15-07:00",
    "show": 7034,
    "show_uri": "https://api.kexp.org/v2/shows/7034/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217H21242VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217H21242VL._SL75_.jpg",
    "song": "Red Vines",
    "track_id": "d4147d99-22e7-4228-b5bc-ea221ee5512a",
    "recording_id": null,
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Bachelor No. 2 EP",
    "release_id": "36822a1a-fcd8-4f25-b6c7-6f05162e99f2",
    "release_group_id": null,
    "labels": [
        "Super Ego"
    ],
    "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"
}