Information about plays

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

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

{
    "id": 1177937,
    "uri": "https://api.kexp.org/v2/plays/1177937/?format=api",
    "airdate": "2006-12-28T14:53:08-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51O0Ynn-KyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51O0Ynn-KyL._SL75_.jpg",
    "song": "Flood of Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "Dear 23",
    "release_id": "d76bbe7a-b748-46ce-bf03-54cc1aee93b1",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1990-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}