Information about plays

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

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

{
    "id": 466521,
    "uri": "https://api.kexp.org/v2/plays/466521/?format=api",
    "airdate": "2001-09-15T16:16:40-07:00",
    "show": 7932,
    "show_uri": "https://api.kexp.org/v2/shows/7932/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL._SL75_.jpg",
    "song": "Let Those Blue Skies",
    "track_id": "33cc4603-faf7-4808-99a7-a62bc5f14b84",
    "recording_id": null,
    "artist": "Gorky's Zygotic Mynci",
    "artist_ids": [
        "4015f3f8-2711-41de-b80b-4fee07373b12"
    ],
    "album": "How I Long to Feel That Summer in My Heart",
    "release_id": "58b708fc-1485-4b4c-98e9-6fefa4411443",
    "release_group_id": null,
    "labels": [
        "Mantra"
    ],
    "label_ids": [
        "cf0deaf8-b99c-46a2-b977-c2b6efe041da"
    ],
    "release_date": "2001-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}