Information about plays

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

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

{
    "id": 1360186,
    "uri": "https://api.kexp.org/v2/plays/1360186/?format=api",
    "airdate": "2008-04-09T17:57:46-07:00",
    "show": 23752,
    "show_uri": "https://api.kexp.org/v2/shows/23752/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VA6F3YGTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VA6F3YGTL._SL75_.jpg",
    "song": "The Road to Gila Bend",
    "track_id": "5b1b5e3c-9873-4e8a-a6e6-4825c4efe301",
    "recording_id": null,
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "The Town and the City",
    "release_id": "5e5856d2-359c-4520-bb16-f5b9773e4b97",
    "release_group_id": null,
    "labels": [
        "Hollywood/Mammoth"
    ],
    "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"
}