Information about plays

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

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

{
    "id": 1196769,
    "uri": "https://api.kexp.org/v2/plays/1196769/?format=api",
    "airdate": "2007-02-14T11:31:17-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EJ1FN2F8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EJ1FN2F8L._SL75_.jpg",
    "song": "Love & Death",
    "track_id": "701071bd-4b98-4741-b5f4-e70a64bf0dd9",
    "recording_id": null,
    "artist": "The Sun",
    "artist_ids": [
        "1a28f7a2-d980-44c3-80fa-2b0056c615d9"
    ],
    "album": "Love & Death",
    "release_id": "d4ca2940-ec72-423d-aa26-c87484be9686",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "label_ids": [],
    "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"
}