Information about plays

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

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

{
    "id": 1195866,
    "uri": "https://api.kexp.org/v2/plays/1195866/?format=api",
    "airdate": "2007-02-12T03:41:47-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YSFJHJXSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YSFJHJXSL._SL75_.jpg",
    "song": "Crazy",
    "track_id": null,
    "recording_id": null,
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": "31b1d9b7-ac38-4e39-8fc3-b8af1b31ef5c",
    "release_group_id": null,
    "labels": [
        "Downtown Records"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}