Information about plays

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

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

{
    "id": 452182,
    "uri": "https://api.kexp.org/v2/plays/452182/?format=api",
    "airdate": "2001-08-04T15:18:00-07:00",
    "show": 7648,
    "show_uri": "https://api.kexp.org/v2/shows/7648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S9ZCSYGWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S9ZCSYGWL._SL75_.jpg",
    "song": "Who Put the Bom in the Bom Bom Diddleye Bom",
    "track_id": "6391027d-0f4f-4f30-83e3-b3ba73a25167",
    "recording_id": null,
    "artist": "Bentley Rhythm Ace",
    "artist_ids": [
        "afd5199f-6688-4f68-8bed-deb7179dd732"
    ],
    "album": "Bentley Rhythm Ace",
    "release_id": "f06b66e6-b9a9-4c9d-8cb4-f96f1eec134d",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}