Information about plays

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

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

{
    "id": 1352327,
    "uri": "https://api.kexp.org/v2/plays/1352327/?format=api",
    "airdate": "2008-03-20T23:38:49-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614cUv2LV2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614cUv2LV2L._SL75_.jpg",
    "song": "Small Horror",
    "track_id": null,
    "recording_id": null,
    "artist": "Atlas Sound",
    "artist_ids": [
        "1a02453e-5f86-4220-abd6-1d889d2fa517"
    ],
    "album": "Let the Blind Lead Those Who Can See but Cannot Feel",
    "release_id": "0abc19a9-af51-41c5-88e3-0dd4a5f40ae8",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}