Information about plays

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

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

{
    "id": 1277701,
    "uri": "https://api.kexp.org/v2/plays/1277701/?format=api",
    "airdate": "2007-09-10T23:50:48-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619DJJC12YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619DJJC12YL._SL75_.jpg",
    "song": "Afro Beat",
    "track_id": "86453ded-93d5-40d6-a96c-e6a0b25d2c87",
    "recording_id": null,
    "artist": "DJ Logic",
    "artist_ids": [
        "54cda716-a62a-4371-8c95-76d0aa7c7f74"
    ],
    "album": "Zen of Logic",
    "release_id": "8d212a42-c40a-4bbf-a839-adce7ba49ad2",
    "release_group_id": null,
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "release_date": "2006-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}