Information about plays

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

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

{
    "id": 1196756,
    "uri": "https://api.kexp.org/v2/plays/1196756/?format=api",
    "airdate": "2007-02-14T10:41:30-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41395R6526L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41395R6526L._SL75_.jpg",
    "song": "I Don't Know Why I Love You",
    "track_id": null,
    "recording_id": null,
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Guestroom",
    "release_id": "5e86d687-248d-4dec-b2c2-26431a284794",
    "release_group_id": null,
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "2002-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}