Information about plays

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

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

{
    "id": 1263927,
    "uri": "https://api.kexp.org/v2/plays/1263927/?format=api",
    "airdate": "2007-08-07T04:20:09-07:00",
    "show": 22133,
    "show_uri": "https://api.kexp.org/v2/shows/22133/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510Kk9McCOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510Kk9McCOL._SL75_.jpg",
    "song": "House of Suffering",
    "track_id": "56412c70-9681-46fd-ba16-29d28e822015",
    "recording_id": null,
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "I Against I",
    "release_id": "27174a0a-083c-4292-95da-1b04c5fc2751",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1986-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}