Information about plays

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

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

{
    "id": 435504,
    "uri": "https://api.kexp.org/v2/plays/435504/?format=api",
    "airdate": "2001-06-17T03:05:27-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WnvyqJ2tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WnvyqJ2tL._SL75_.jpg",
    "song": "Cool In The Cell",
    "track_id": "b798fe6c-ceee-4a59-8722-f223506a3358",
    "recording_id": null,
    "artist": "Zipgun",
    "artist_ids": [
        "674c06be-04f1-4a88-8eba-2f10406e323b"
    ],
    "album": "8 Track Player",
    "release_id": "e1e9d4de-467e-4f0f-abad-724838a7689f",
    "release_group_id": null,
    "labels": [
        "eMpTy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}