Information about plays

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

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

{
    "id": 1352266,
    "uri": "https://api.kexp.org/v2/plays/1352266/?format=api",
    "airdate": "2008-03-20T20:15:05-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ov0dKq3QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ov0dKq3QL._SL75_.jpg",
    "song": "If It Hadn't Been for Love",
    "track_id": "e722dd88-aed6-4f93-84f2-a27e594d775b",
    "recording_id": null,
    "artist": "The SteelDrivers",
    "artist_ids": [
        "d2ccb26b-b3ef-4e12-a336-f07c1bfa00ef"
    ],
    "album": "The SteelDrivers",
    "release_id": "c615c000-1bee-41c4-b07e-5f3fbe2db265",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}