Information about plays

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

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

{
    "id": 1076130,
    "uri": "https://api.kexp.org/v2/plays/1076130/?format=api",
    "airdate": "2006-04-05T22:28:00-07:00",
    "show": 18902,
    "show_uri": "https://api.kexp.org/v2/shows/18902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gIephAxbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gIephAxbL._SL75_.jpg",
    "song": "I Am You",
    "track_id": null,
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "In a Space Outta Sound",
    "release_id": "26439634-7fd2-4523-af1d-a321e21cff15",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2006-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}