Information about plays

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

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

{
    "id": 416468,
    "uri": "https://api.kexp.org/v2/plays/416468/?format=api",
    "airdate": "2001-04-19T17:48:00-07:00",
    "show": 6949,
    "show_uri": "https://api.kexp.org/v2/shows/6949/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51d1%2BriS7iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51d1%2BriS7iL._SL75_.jpg",
    "song": "Buddy Ebsen Loves the Night Time",
    "track_id": "87a0ce85-f82c-4c86-9add-3fbb6deb1422",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "Colossal Head",
    "release_id": "b298c604-1d8d-4920-b7f4-bd93900f92e9",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "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"
}