Information about plays

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

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

{
    "id": 459095,
    "uri": "https://api.kexp.org/v2/plays/459095/?format=api",
    "airdate": "2001-08-24T11:45:52-07:00",
    "show": 7782,
    "show_uri": "https://api.kexp.org/v2/shows/7782/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Mse7PIkOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Mse7PIkOL._SL75_.jpg",
    "song": "Entertainmen",
    "track_id": "5bb7cafc-e81d-40a0-961a-8ae045ec7f8e",
    "recording_id": null,
    "artist": "Sam Phillips",
    "artist_ids": [
        "225bf078-adde-4b2a-8a05-b0057e89af44"
    ],
    "album": "Omnipop (It's Only a Flesh Wound Lambchop)",
    "release_id": "fd902d6b-3abe-4697-a0f8-88f2b5b7a0cd",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1996-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}