Information about plays

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

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

{
    "id": 1195748,
    "uri": "https://api.kexp.org/v2/plays/1195748/?format=api",
    "airdate": "2007-02-11T21:02:39-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411VR%2BOZQRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411VR%2BOZQRL._SL75_.jpg",
    "song": "Everything (feat. Awol One)",
    "track_id": "bbf8e16b-b4cf-4477-b76d-020cf454ddb9",
    "recording_id": null,
    "artist": "Blue Sky Black Death",
    "artist_ids": [
        "1b8ed32a-294c-4224-a770-2c20b8a5b0c1"
    ],
    "album": "A Heap of Broken Images (disc 2)",
    "release_id": "33d9b1c5-a67c-4ac3-8b43-bf2a914e2b93",
    "release_group_id": null,
    "labels": [
        "Mush Records"
    ],
    "label_ids": [
        "05e6e753-0f22-438d-9cdd-cdc57eb56433"
    ],
    "release_date": "2006-06-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}