Information about plays

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

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

{
    "id": 414699,
    "uri": "https://api.kexp.org/v2/plays/414699/?format=api",
    "airdate": "2001-04-12T08:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G4A29NGYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G4A29NGYL._SL75_.jpg",
    "song": "Dirty Epic",
    "track_id": null,
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Dubnobasswithmyheadman",
    "release_id": "080ddf87-234f-4dfb-9c37-b57cf4a1c9e8",
    "release_group_id": null,
    "labels": [
        "Wax Trax! Records"
    ],
    "label_ids": [
        "6dcd6d65-e0f2-47a3-84ac-00c2d29267af"
    ],
    "release_date": "1993-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}