Information about plays

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

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

{
    "id": 1177798,
    "uri": "https://api.kexp.org/v2/plays/1177798/?format=api",
    "airdate": "2006-12-28T04:08:19-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51l8kxpx4CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51l8kxpx4CL._SL75_.jpg",
    "song": "Welcome to Europe",
    "track_id": null,
    "recording_id": null,
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Hello Everything",
    "release_id": "582e8126-d396-4cf3-9c74-3b21486c3740",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2006-10-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}