Information about plays

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

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

{
    "id": 1196752,
    "uri": "https://api.kexp.org/v2/plays/1196752/?format=api",
    "airdate": "2007-02-14T10:23:32-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5107XD8268L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5107XD8268L._SL75_.jpg",
    "song": "Everloving",
    "track_id": "d67618b6-87c0-4ece-bcf0-bc561cf54079",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Play",
    "release_id": "679841df-599d-402f-9f89-0d0bb6e94368",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}