Information about plays

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

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

{
    "id": 455060,
    "uri": "https://api.kexp.org/v2/plays/455060/?format=api",
    "airdate": "2001-08-13T03:45:00-07:00",
    "show": 7705,
    "show_uri": "https://api.kexp.org/v2/shows/7705/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZnPllPZbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZnPllPZbL._SL75_.jpg",
    "song": "Bleach",
    "track_id": "33824324-2d65-4655-8d28-f55d6adc93ac",
    "recording_id": null,
    "artist": "Rhys Chatham & Jonathan Kane & DJ Elated System",
    "artist_ids": [
        "2882b4f4-e517-4b7a-8b09-3b8d588678e7"
    ],
    "album": "Septile",
    "release_id": "6bcabe06-4fcf-4824-979c-096fb18141a4",
    "release_group_id": null,
    "labels": [
        "Nija Tune"
    ],
    "label_ids": [],
    "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"
}