Information about plays

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

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

{
    "id": 1306985,
    "uri": "https://api.kexp.org/v2/plays/1306985/?format=api",
    "airdate": "2007-11-26T11:00:38-08:00",
    "show": 22864,
    "show_uri": "https://api.kexp.org/v2/shows/22864/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515TsNKDWLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515TsNKDWLL._SL75_.jpg",
    "song": "Build Havana",
    "track_id": "d461cb1a-b641-433b-8199-93bcde6e61fa",
    "recording_id": null,
    "artist": "Future Clouds and Radar",
    "artist_ids": [
        "6eb51149-95aa-430b-a1d1-f743069ff0b8"
    ],
    "album": "Future Clouds & Radar (disc 2)",
    "release_id": "6cea63be-aa91-4848-8e8f-817adde9db07",
    "release_group_id": null,
    "labels": [
        "The Star Apple Kingdom"
    ],
    "label_ids": [
        "3724c58d-8b23-46f0-8f66-e250e41afbc1"
    ],
    "release_date": "2007-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}