Information about plays

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

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

{
    "id": 1411223,
    "uri": "https://api.kexp.org/v2/plays/1411223/?format=api",
    "airdate": "2008-08-18T06:24:00-07:00",
    "show": 24620,
    "show_uri": "https://api.kexp.org/v2/shows/24620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ba4gGr2YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ba4gGr2YL._SL75_.jpg",
    "song": "Close Your Eyes - We Are Blind",
    "track_id": null,
    "recording_id": null,
    "artist": "Alaska in Winter",
    "artist_ids": [
        "29a001b5-271a-4359-815f-32c6671843e0"
    ],
    "album": "Dance Party in the Balkans",
    "release_id": "eb631c4f-052e-4263-9537-977f799a1186",
    "release_group_id": null,
    "labels": [
        "Milan Records"
    ],
    "label_ids": [
        "ebdc3628-fd39-42bf-ae4a-ead6296d779d"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}