Information about plays

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

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

{
    "id": 416658,
    "uri": "https://api.kexp.org/v2/plays/416658/?format=api",
    "airdate": "2001-04-20T08:30:00-07:00",
    "show": 6953,
    "show_uri": "https://api.kexp.org/v2/shows/6953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410760SYKEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410760SYKEL._SL75_.jpg",
    "song": "Chico's Groove",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Exit Planet Dust",
    "release_id": "2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}