Information about plays

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

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

{
    "id": 438988,
    "uri": "https://api.kexp.org/v2/plays/438988/?format=api",
    "airdate": "2001-06-27T05:48:00-07:00",
    "show": 7399,
    "show_uri": "https://api.kexp.org/v2/shows/7399/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4183PCGYRGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4183PCGYRGL._SL75_.jpg",
    "song": "Fly on a Windshield/Broadway Melody of 1974",
    "track_id": null,
    "recording_id": null,
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "The Lamb Lies Down on Broadway (disc 1)",
    "release_id": "cf34a91a-54a9-4caa-88ce-e2a4beb78eb9",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}