Information about plays

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

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

{
    "id": 1195168,
    "uri": "https://api.kexp.org/v2/plays/1195168/?format=api",
    "airdate": "2007-02-10T04:48:15-08:00",
    "show": 20948,
    "show_uri": "https://api.kexp.org/v2/shows/20948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pFJMJ4uSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pFJMJ4uSL._SL75_.jpg",
    "song": "The Birth and Death of the Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "All of a Sudden I Miss Everyone",
    "release_id": "c79ebfea-9e9c-44bf-84b7-fb43e68f936c",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2007-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}