Information about plays

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

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

{
    "id": 445189,
    "uri": "https://api.kexp.org/v2/plays/445189/?format=api",
    "airdate": "2001-07-15T09:39:07-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21QBXVPF2ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21QBXVPF2ZL._SL75_.jpg",
    "song": "Double Trouble",
    "track_id": "4509326c-a37c-4d7c-8469-fdde17a4c7ba",
    "recording_id": null,
    "artist": "Otis Rush",
    "artist_ids": [
        "40ee7c92-f44a-4d14-9aee-f87244465ee4"
    ],
    "album": "The Essential Otis Rush: The Classic Cobra Recordings 1956-1958",
    "release_id": "219ada11-d610-4b15-9984-f110bbe5164f",
    "release_group_id": null,
    "labels": [
        "Cobra"
    ],
    "label_ids": [
        "cb38b4ef-9ecb-4c39-b625-14a9fef54a1f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}