Information about plays

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

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

{
    "id": 1177630,
    "uri": "https://api.kexp.org/v2/plays/1177630/?format=api",
    "airdate": "2006-12-27T18:36:42-08:00",
    "show": 20650,
    "show_uri": "https://api.kexp.org/v2/shows/20650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61674upIsOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61674upIsOL._SL75_.jpg",
    "song": "Green Onions",
    "track_id": "cabfcc17-e1e8-4a77-b6d2-c39cf555556e",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Green Onions",
    "release_id": "3429f286-f3af-48fb-8192-dab919d2c778",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}