Information about plays

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

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

{
    "id": 434829,
    "uri": "https://api.kexp.org/v2/plays/434829/?format=api",
    "airdate": "2001-06-15T03:15:00-07:00",
    "show": 7318,
    "show_uri": "https://api.kexp.org/v2/shows/7318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SC91G584L.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SC91G584L._SL75_.gif",
    "song": "Ever",
    "track_id": null,
    "recording_id": null,
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "Album: Generic Flipper",
    "release_id": "bffe63f5-326c-40a5-be50-244546615ec6",
    "release_group_id": null,
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}