Information about plays

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

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

{
    "id": 420086,
    "uri": "https://api.kexp.org/v2/plays/420086/?format=api",
    "airdate": "2001-05-01T12:00:00-07:00",
    "show": 7028,
    "show_uri": "https://api.kexp.org/v2/shows/7028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UXS815rhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UXS815rhL._SL75_.jpg",
    "song": "Week of Corn",
    "track_id": "a96cbdb7-c72e-4d49-9ed9-fbfbf330a0c6",
    "recording_id": null,
    "artist": "Pell Mell",
    "artist_ids": [
        "12845829-7032-4042-89ec-291dd0f82ac9"
    ],
    "album": "Rhyming Guitars",
    "release_id": "1257ed93-1cb6-4c2a-939f-0a6b52cd3268",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}