Information about plays

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

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

{
    "id": 414854,
    "uri": "https://api.kexp.org/v2/plays/414854/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P2JD05JQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P2JD05JQL._SL75_.jpg",
    "song": "Put Me To Bed",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Bond & Red Sovine",
    "artist_ids": [
        "afd5540b-2de7-4fc1-9afc-cf6abed74b7a"
    ],
    "album": "The Very Best of Johnny Bond",
    "release_id": "918fdf6b-183a-4db1-9447-d3e20bb57a50",
    "release_group_id": null,
    "labels": [
        "ASV"
    ],
    "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"
}