Information about plays

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

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

{
    "id": 445228,
    "uri": "https://api.kexp.org/v2/plays/445228/?format=api",
    "airdate": "2001-07-15T11:32:43-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511txPA0DaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511txPA0DaL._SL75_.jpg",
    "song": "Don't Lose Your Eye",
    "track_id": "2c9b7699-3b27-4dc8-88bb-6ab67364f6f2",
    "recording_id": null,
    "artist": "Sonny Boy Williamson",
    "artist_ids": [
        "3b8403b6-72c8-4953-b966-5fc555923baf"
    ],
    "album": "The Essential (disc 1)",
    "release_id": "c43ab091-fa25-4831-b122-7c18c935f6eb",
    "release_group_id": null,
    "labels": [
        "Chess/MCA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}