Information about plays

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

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

{
    "id": 440640,
    "uri": "https://api.kexp.org/v2/plays/440640/?format=api",
    "airdate": "2001-07-02T03:08:00-07:00",
    "show": 7434,
    "show_uri": "https://api.kexp.org/v2/shows/7434/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514i3pJrhtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514i3pJrhtL._SL75_.jpg",
    "song": "End Of The Line",
    "track_id": "82e1eeba-6396-49db-8a2e-05bf60462611",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Swingin' Stampede",
    "release_id": "4cfdfa92-1377-463f-bdc5-cdb96f2d98a8",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}