Information about plays

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

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

{
    "id": 418665,
    "uri": "https://api.kexp.org/v2/plays/418665/?format=api",
    "airdate": "2001-04-27T02:32:43-07:00",
    "show": 6995,
    "show_uri": "https://api.kexp.org/v2/shows/6995/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e6w9TnZwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e6w9TnZwL._SL75_.jpg",
    "song": "Creation",
    "track_id": "d498e601-5acb-4ba3-84dc-7aa98bd94516",
    "recording_id": null,
    "artist": "Sean Deason",
    "artist_ids": [
        "d827adc7-ef0d-45e5-82d5-ee85476c9135"
    ],
    "album": "Allegory & Metaphor",
    "release_id": "76b6cea0-ebb0-4577-8057-e6805acb3254",
    "release_group_id": null,
    "labels": [
        "Intuit-Solar"
    ],
    "label_ids": [
        "a4b3c384-6748-4c17-8a92-05cf1b8b9532"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}