Information about plays

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

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

{
    "id": 1308044,
    "uri": "https://api.kexp.org/v2/plays/1308044/?format=api",
    "airdate": "2007-11-29T02:05:41-08:00",
    "show": 22880,
    "show_uri": "https://api.kexp.org/v2/shows/22880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zwEu33WvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zwEu33WvL._SL75_.jpg",
    "song": "Opium Typhoon",
    "track_id": "a3fa3650-df3d-468f-b7c4-3ae6976d86b3",
    "recording_id": null,
    "artist": "Vampire Hands",
    "artist_ids": [
        "0648513b-6e6c-400c-a49d-63739847207a"
    ],
    "album": "Virgin Dust American Lips",
    "release_id": "3f3c4fe5-2228-4249-bbaf-d867941dc232",
    "release_group_id": null,
    "labels": [
        "Freedom From"
    ],
    "label_ids": [
        "dafdfcfb-1bf7-4785-9d5e-eb26bf38be6e"
    ],
    "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"
}