Information about plays

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

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

{
    "id": 1191999,
    "uri": "https://api.kexp.org/v2/plays/1191999/?format=api",
    "airdate": "2007-02-02T06:22:51-08:00",
    "show": 20895,
    "show_uri": "https://api.kexp.org/v2/shows/20895/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YPscEL3hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YPscEL3hL._SL75_.jpg",
    "song": "\"My Sword Hand's Anger\"",
    "track_id": null,
    "recording_id": null,
    "artist": "Apostle of Hustle",
    "artist_ids": [
        "28b2fb52-a83a-40ec-8617-6436e26eb3fd"
    ],
    "album": "National Anthem of Nowhere",
    "release_id": "673bf2ca-b1ad-4657-b2fa-7036a6788184",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2007-02-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}