Information about plays

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

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

{
    "id": 505487,
    "uri": "https://api.kexp.org/v2/plays/505487/?format=api",
    "airdate": "2002-01-09T22:00:00-08:00",
    "show": 8693,
    "show_uri": "https://api.kexp.org/v2/shows/8693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Xw%2BT8hCYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Xw%2BT8hCYL._SL75_.jpg",
    "song": "Lactate's Moment",
    "track_id": "d3c0e87d-b032-4882-8928-224595c15e2a",
    "recording_id": null,
    "artist": "Stars of the Lid",
    "artist_ids": [
        "a1154343-1ea1-4007-97d3-2382482a90cd"
    ],
    "album": "Gravitational Pull vs. The Desire for an Aquatic Life",
    "release_id": "e74bf52e-b4b9-4fd6-8d80-2a59533185a2",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1997-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}