Information about plays

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

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

{
    "id": 456688,
    "uri": "https://api.kexp.org/v2/plays/456688/?format=api",
    "airdate": "2001-08-17T14:42:51-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/312GNTJJB2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/312GNTJJB2L._SL75_.jpg",
    "song": "One With Another",
    "track_id": "6f43cb74-e0d9-4dc8-8609-176331d19504",
    "recording_id": null,
    "artist": "Rockers Hi-Fi",
    "artist_ids": [
        "84fa3311-9037-47a5-aaf8-1ad073eb771e"
    ],
    "album": "Mish Mash",
    "release_id": "dfb90b02-1f99-4153-8605-36df939076f7",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "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"
}