Information about plays

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

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

{
    "id": 1316098,
    "uri": "https://api.kexp.org/v2/plays/1316098/?format=api",
    "airdate": "2007-12-19T15:00:00-08:00",
    "show": 23015,
    "show_uri": "https://api.kexp.org/v2/shows/23015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41L0ggzkmxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41L0ggzkmxL._SL75_.jpg",
    "song": "Idiot",
    "track_id": "e631080f-192c-4ebf-8531-0f48fd01f1bc",
    "recording_id": null,
    "artist": "Holden",
    "artist_ids": [
        "d7abf019-6674-451e-b618-1c79bd3aef37"
    ],
    "album": "Bugged Out! Presents Suck My Deck: Simian Mobile Disco",
    "release_id": "06fcac0f-9cbb-4084-a769-1a497bde582b",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "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"
}