Information about plays

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

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

{
    "id": 1195966,
    "uri": "https://api.kexp.org/v2/plays/1195966/?format=api",
    "airdate": "2007-02-12T10:38:15-08:00",
    "show": 20966,
    "show_uri": "https://api.kexp.org/v2/shows/20966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwoCHDilL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwoCHDilL._SL75_.jpg",
    "song": "Living a Lie",
    "track_id": null,
    "recording_id": null,
    "artist": "Aqueduct",
    "artist_ids": [
        "3f06695e-5308-48ef-b3eb-e1f8ac6ef299"
    ],
    "album": "Or Give Me Death",
    "release_id": "374ced25-9bf7-4d8f-90ea-042f51c34fed",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}