Information about plays

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

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

{
    "id": 1177752,
    "uri": "https://api.kexp.org/v2/plays/1177752/?format=api",
    "airdate": "2006-12-28T01:46:00-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61z6DD%2Bt3rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61z6DD%2Bt3rL._SL75_.jpg",
    "song": "Both Sides of the Gun",
    "track_id": "3548278e-fc43-49b2-bab9-b740f4f08a74",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Both Sides of the Gun (disc 2)",
    "release_id": "1d8c0e13-ca50-4e63-8b6c-8275d85878f0",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2006-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}