Information about plays

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

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

{
    "id": 1196387,
    "uri": "https://api.kexp.org/v2/plays/1196387/?format=api",
    "airdate": "2007-02-13T12:32:29-08:00",
    "show": 20972,
    "show_uri": "https://api.kexp.org/v2/shows/20972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61JMZCAS3ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61JMZCAS3ZL._SL75_.jpg",
    "song": "Intimate Secretary",
    "track_id": null,
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Broken Boy Soldiers",
    "release_id": "0d6ea51b-d4bc-4e87-8db6-0f5110602594",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}