Information about plays

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

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

{
    "id": 414665,
    "uri": "https://api.kexp.org/v2/plays/414665/?format=api",
    "airdate": "2001-04-10T10:00:00-07:00",
    "show": 6914,
    "show_uri": "https://api.kexp.org/v2/shows/6914/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5173Ltwp7UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5173Ltwp7UL._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "Andrew Bird's Bowl of Fire",
    "artist_ids": [
        "a80d4124-e4c8-4a50-bac2-ed90e1190f7e"
    ],
    "album": "The Swimming Hour",
    "release_id": "983a6891-adbe-41e0-8d1a-09a3f806d6a9",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}