Information about plays

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

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

{
    "id": 1264006,
    "uri": "https://api.kexp.org/v2/plays/1264006/?format=api",
    "airdate": "2007-08-07T09:11:59-07:00",
    "show": 22134,
    "show_uri": "https://api.kexp.org/v2/shows/22134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xpwLBZUTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xpwLBZUTL._SL75_.jpg",
    "song": "Night at the Knight School",
    "track_id": "c75c2000-45e8-4730-ac83-0bbe564fe3f0",
    "recording_id": null,
    "artist": "Thee More Shallows",
    "artist_ids": [
        "e00aa801-7772-43bb-af37-8b49fad1e026"
    ],
    "album": "Book of Bad Breaks",
    "release_id": "6eef4e1d-a9ef-4d74-9f12-d49074194cdf",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}