Information about plays

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

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

{
    "id": 452592,
    "uri": "https://api.kexp.org/v2/plays/452592/?format=api",
    "airdate": "2001-08-06T00:03:45-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CWBWM9YFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CWBWM9YFL._SL75_.jpg",
    "song": "Chloe (aka Song Of the Swamp)",
    "track_id": null,
    "recording_id": null,
    "artist": "Boulevard of Broken Dreams",
    "artist_ids": [
        "28c3f10a-300b-4170-b905-fb9204643d2e"
    ],
    "album": "It's the Talk of the Town",
    "release_id": "8cc518ef-5111-429d-bca4-2b0ec6f45a72",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}