Information about plays

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

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

{
    "id": 416044,
    "uri": "https://api.kexp.org/v2/plays/416044/?format=api",
    "airdate": "2001-04-18T13:31:45-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tsUpmrzbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tsUpmrzbL._SL75_.jpg",
    "song": "Polyesterday",
    "track_id": null,
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Abductions and Reconstructions",
    "release_id": "4bd15a42-66f1-4e59-9157-d11e288ce5d2",
    "release_group_id": null,
    "labels": [
        "18th St. Lounge"
    ],
    "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"
}