Information about plays

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

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

{
    "id": 1368035,
    "uri": "https://api.kexp.org/v2/plays/1368035/?format=api",
    "airdate": "2008-04-29T13:48:13-07:00",
    "show": 23885,
    "show_uri": "https://api.kexp.org/v2/shows/23885/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JS8P11VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JS8P11VZL._SL75_.jpg",
    "song": "Does Compute",
    "track_id": null,
    "recording_id": null,
    "artist": "Division of Laura Lee",
    "artist_ids": [
        "312ffae7-7fd6-4bff-a655-eb2b410d96d4"
    ],
    "album": "Das Not Compute",
    "release_id": "7c500146-d348-4fbb-acbd-67cd12136e41",
    "release_group_id": null,
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "2004-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}