Information about plays

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

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

{
    "id": 1376859,
    "uri": "https://api.kexp.org/v2/plays/1376859/?format=api",
    "airdate": "2008-05-21T16:44:20-07:00",
    "show": 24031,
    "show_uri": "https://api.kexp.org/v2/shows/24031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512fO4G%2Ba8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512fO4G%2Ba8L._SL75_.jpg",
    "song": "Faron Young",
    "track_id": "204e98b8-3f4b-47f4-874c-b28e3856c239",
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "The Best of Prefab Sprout: A Life of Surprises",
    "release_id": "5feb14c5-fcf4-4f34-8c66-70304d9bfdd2",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}