Information about plays

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

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

{
    "id": 466952,
    "uri": "https://api.kexp.org/v2/plays/466952/?format=api",
    "airdate": "2001-09-17T04:13:20-07:00",
    "show": 7944,
    "show_uri": "https://api.kexp.org/v2/shows/7944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511R8b%2BLkWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511R8b%2BLkWL._SL75_.jpg",
    "song": "Willie and Lillie",
    "track_id": "84aacbe3-f19b-43fa-a950-f378ec91978b",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Bo Diddley",
    "release_id": "bd956671-0be2-4a90-a751-7f21c142404d",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "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"
}