Information about plays

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

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

{
    "id": 1168943,
    "uri": "https://api.kexp.org/v2/plays/1168943/?format=api",
    "airdate": "2006-12-05T15:28:58-08:00",
    "show": 20506,
    "show_uri": "https://api.kexp.org/v2/shows/20506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qakzY8g8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qakzY8g8L._SL75_.jpg",
    "song": "Hands in Pockets",
    "track_id": "3d43cd65-0939-447e-8e14-bd151628724d",
    "recording_id": null,
    "artist": "Laura Gibson",
    "artist_ids": [
        "002379ce-27d5-4084-9a5d-4fd28335d9cb"
    ],
    "album": "If You Come to Greet Me",
    "release_id": "59fe0796-581f-4039-9071-55f4ef883f8f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-11-14",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}