Information about plays

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

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

{
    "id": 429185,
    "uri": "https://api.kexp.org/v2/plays/429185/?format=api",
    "airdate": "2001-05-29T08:20:00-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XDR11RGXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XDR11RGXL._SL75_.jpg",
    "song": "Hipster Boyfriend",
    "track_id": "00273940-0c3d-4772-bd05-9e1dbc531260",
    "recording_id": null,
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "You Are Not the Boss of Me",
    "release_id": "ca0b7e98-3511-4f92-b8e5-cee7048a049d",
    "release_group_id": null,
    "labels": [
        "eMpTy"
    ],
    "label_ids": [],
    "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"
}