Information about plays

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

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

{
    "id": 1286137,
    "uri": "https://api.kexp.org/v2/plays/1286137/?format=api",
    "airdate": "2007-10-02T12:58:35-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uSBqeumQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uSBqeumQL._SL75_.jpg",
    "song": "Cons & Tricks",
    "track_id": "d9f546a4-9dd7-451a-9cc0-87538173e7fd",
    "recording_id": null,
    "artist": "The Willowz",
    "artist_ids": [
        "f33afb93-8d58-49e6-8546-957a41066ae0"
    ],
    "album": "Talk in Circles",
    "release_id": "64cacff0-07c1-42f1-80c6-c0eb6f17cc6b",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2005-04-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}