Information about plays

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

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

{
    "id": 1178019,
    "uri": "https://api.kexp.org/v2/plays/1178019/?format=api",
    "airdate": "2006-12-28T19:19:42-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CTW2xcYbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CTW2xcYbL._SL75_.jpg",
    "song": "Holding On To Nothing",
    "track_id": null,
    "recording_id": null,
    "artist": "Dale Ann Bradley",
    "artist_ids": [
        "92359d0e-c336-4dd4-a859-7f0fc4056897"
    ],
    "album": "Catch Tomorrow",
    "release_id": "a3872f12-3dd1-4f5a-a75a-14ba0d7613da",
    "release_group_id": null,
    "labels": [
        "Compass"
    ],
    "label_ids": [
        "469a45e9-b01d-4604-9920-9290ac8fdee5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}