Information about plays

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

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

{
    "id": 416574,
    "uri": "https://api.kexp.org/v2/plays/416574/?format=api",
    "airdate": "2001-04-20T01:21:49-07:00",
    "show": 6952,
    "show_uri": "https://api.kexp.org/v2/shows/6952/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31J6534VMKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31J6534VMKL._SL75_.jpg",
    "song": "Kid for Today",
    "track_id": null,
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "In a Beautiful Place Out in the Country",
    "release_id": "82c851e1-8054-4bc9-9bb1-d44f93afb70b",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2000-11-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}