Information about plays

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

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

{
    "id": 432951,
    "uri": "https://api.kexp.org/v2/plays/432951/?format=api",
    "airdate": "2001-06-09T13:20:00-07:00",
    "show": 7283,
    "show_uri": "https://api.kexp.org/v2/shows/7283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TZY1FF3BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TZY1FF3BL._SL75_.jpg",
    "song": "The Goose",
    "track_id": "872c47fc-2799-4110-987a-0e60feb04eb9",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Up for the Down Stroke",
    "release_id": "fa9e2b8e-72f1-4196-bee1-4614001f17a6",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}