Information about plays

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

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

{
    "id": 1195174,
    "uri": "https://api.kexp.org/v2/plays/1195174/?format=api",
    "airdate": "2007-02-10T05:06:00-08:00",
    "show": 20948,
    "show_uri": "https://api.kexp.org/v2/shows/20948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WjSSLfNeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WjSSLfNeL._SL75_.jpg",
    "song": "Get Dancey",
    "track_id": "ed6b8735-f1ba-4c71-bce9-7eb47fe5d0ae",
    "recording_id": null,
    "artist": "New Young Pony Club",
    "artist_ids": [
        "61cd6f2a-cdde-4f34-aacd-b992badcacba"
    ],
    "album": "New Young Pony Club EP",
    "release_id": "12907ada-2372-4c1e-85ca-ea35830a539c",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2006-11-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}