Information about plays

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

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

{
    "id": 1060114,
    "uri": "https://api.kexp.org/v2/plays/1060114/?format=api",
    "airdate": "2006-02-22T07:08:49-08:00",
    "show": 18621,
    "show_uri": "https://api.kexp.org/v2/shows/18621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qhmaftvwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qhmaftvwL._SL75_.jpg",
    "song": "The Bachelor and the Bride",
    "track_id": "5297f9e2-7f83-4f31-b756-266607a075ce",
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "Her Majesty the Decemberists",
    "release_id": "abffdf17-17be-484d-9227-364a383c43da",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}