Information about plays

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

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

{
    "id": 1396165,
    "uri": "https://api.kexp.org/v2/plays/1396165/?format=api",
    "airdate": "2008-07-11T02:15:53-07:00",
    "show": 24362,
    "show_uri": "https://api.kexp.org/v2/shows/24362/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41jgxLeKmdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41jgxLeKmdL._SL75_.jpg",
    "song": "We Care a Lot (Slash version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "This Is It: The Best of Faith No More",
    "release_id": "19228476-18c5-4594-992c-0870be26904a",
    "release_group_id": null,
    "labels": [
        "Slash/Reprise/Rhino"
    ],
    "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"
}