Information about plays

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

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

{
    "id": 1381033,
    "uri": "https://api.kexp.org/v2/plays/1381033/?format=api",
    "airdate": "2008-06-01T22:08:00-07:00",
    "show": 24106,
    "show_uri": "https://api.kexp.org/v2/shows/24106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dOzH7D-qL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dOzH7D-qL._SL75_.jpg",
    "song": "Stoned Autopilot",
    "track_id": "30f556c1-8c99-4a6c-a361-8e2c5d3fb3a3",
    "recording_id": null,
    "artist": "Martin Buttrich",
    "artist_ids": [
        "6160d384-287f-4310-809f-6ef69ef4c46c"
    ],
    "album": "Pete Tong Presents Wonderland 2009 (disc 1)",
    "release_id": "8c0fed47-572f-479b-b478-128d3c505604",
    "release_group_id": null,
    "labels": [
        "Planet Mu"
    ],
    "label_ids": [
        "b4edce40-090f-4956-b82a-5d9d285da40b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}