Information about plays

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

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

{
    "id": 1358860,
    "uri": "https://api.kexp.org/v2/plays/1358860/?format=api",
    "airdate": "2008-04-06T09:07:00-07:00",
    "show": 23731,
    "show_uri": "https://api.kexp.org/v2/shows/23731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R502dpMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R502dpMXL._SL75_.jpg",
    "song": "Bags Under My Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Witherspoon",
    "artist_ids": [
        "1eaf1688-4f52-49e8-98bc-743828fe3e7e"
    ],
    "album": "Jazz Me Blues: The Best of Jimmy Witherspoon",
    "release_id": "01e13f5b-d947-4432-8fcf-06fe869005e9",
    "release_group_id": null,
    "labels": [
        "Bluesway"
    ],
    "label_ids": [
        "42364815-3620-4e17-a2a9-90950068d563"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}