Information about plays

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

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

{
    "id": 512128,
    "uri": "https://api.kexp.org/v2/plays/512128/?format=api",
    "airdate": "2002-01-29T13:41:00-08:00",
    "show": 8825,
    "show_uri": "https://api.kexp.org/v2/shows/8825/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HCr2ex9nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HCr2ex9nL._SL75_.jpg",
    "song": "Get Under It",
    "track_id": "b0c9739a-b7e6-4036-8615-9805e1a640e5",
    "recording_id": null,
    "artist": "Robert Pollard",
    "artist_ids": [
        "e7f29e49-6078-4528-a5dc-5d0eeb8a1437"
    ],
    "album": "Not in My Airforce",
    "release_id": "63394f55-9472-4599-9119-8c871590c5e9",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}