Information about plays

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

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

{
    "id": 1388199,
    "uri": "https://api.kexp.org/v2/plays/1388199/?format=api",
    "airdate": "2008-06-21T04:21:37-07:00",
    "show": 24230,
    "show_uri": "https://api.kexp.org/v2/shows/24230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lLX1ZjdPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lLX1ZjdPL._SL75_.jpg",
    "song": "Sex Objects",
    "track_id": "13cf17e3-1d82-4fe8-ab38-d53d62efa319",
    "recording_id": null,
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Sex Objects",
    "release_id": "87b05f1a-7b9c-45db-93c8-c7a979b728fc",
    "release_group_id": null,
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}