Information about plays

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

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

{
    "id": 470177,
    "uri": "https://api.kexp.org/v2/plays/470177/?format=api",
    "airdate": "2001-09-26T13:38:49-07:00",
    "show": 8003,
    "show_uri": "https://api.kexp.org/v2/shows/8003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X9l7Pdg1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X9l7Pdg1L._SL75_.jpg",
    "song": "Fire in the Middle",
    "track_id": "d3f2704e-7e63-409e-8d23-b68e1972884d",
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Carboot Soul",
    "release_id": "a102809c-c926-4c6f-a626-5468e13073b3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}