Information about plays

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

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

{
    "id": 468390,
    "uri": "https://api.kexp.org/v2/plays/468390/?format=api",
    "airdate": "2001-09-21T04:45:00-07:00",
    "show": 7968,
    "show_uri": "https://api.kexp.org/v2/shows/7968/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21P788GN8VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21P788GN8VL._SL75_.jpg",
    "song": "The Saddest Day",
    "track_id": "e25953d3-d8ee-4135-8128-cd053d5f80ec",
    "recording_id": null,
    "artist": "Vitesse",
    "artist_ids": [
        "ca6465d2-028f-430f-a06c-bdf5a5af1123"
    ],
    "album": "A Certain Hostility",
    "release_id": "153922fa-2ff8-4659-b709-f94b012b7c90",
    "release_group_id": null,
    "labels": [
        "Hidden Agenda"
    ],
    "label_ids": [
        "8225d763-c97e-48e6-bd34-3effefbf0f50"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}