Information about plays

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

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

{
    "id": 1390651,
    "uri": "https://api.kexp.org/v2/plays/1390651/?format=api",
    "airdate": "2008-06-27T07:10:00-07:00",
    "show": 24271,
    "show_uri": "https://api.kexp.org/v2/shows/24271/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6162OHFwmKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6162OHFwmKL._SL75_.jpg",
    "song": "No One Has",
    "track_id": "3e446603-10af-4601-89d9-9e8374b04567",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Superfuzz Bigmuff",
    "release_id": "80779fe5-a9cf-46fe-968a-3a65499bee69",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1988-10-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}