Information about plays

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

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

{
    "id": 415327,
    "uri": "https://api.kexp.org/v2/plays/415327/?format=api",
    "airdate": "2001-04-16T13:20:00-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YP0XRANEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YP0XRANEL._SL75_.jpg",
    "song": "Skintrade",
    "track_id": "ba2788bf-7729-42dc-bbbf-9eea1e489cd6",
    "recording_id": null,
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "The Last Dog and Pony Show",
    "release_id": "27200d33-d1aa-4f61-8a3a-c75dbef88e01",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}