Information about plays

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

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

{
    "id": 1313044,
    "uri": "https://api.kexp.org/v2/plays/1313044/?format=api",
    "airdate": "2007-12-11T21:12:45-08:00",
    "show": 22966,
    "show_uri": "https://api.kexp.org/v2/shows/22966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SK0FEHJVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SK0FEHJVL._SL75_.jpg",
    "song": "Van Helsing Boombox",
    "track_id": null,
    "recording_id": null,
    "artist": "Man Man",
    "artist_ids": [
        "4e210d41-b3e3-4e34-8c3b-3b8cc2116562"
    ],
    "album": "Six Demon Bag",
    "release_id": "21d33df2-e2a0-410f-b27b-6e9a942707f4",
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": "2006-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}