Information about plays

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

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

{
    "id": 468131,
    "uri": "https://api.kexp.org/v2/plays/468131/?format=api",
    "airdate": "2001-09-20T10:41:15-07:00",
    "show": 7964,
    "show_uri": "https://api.kexp.org/v2/shows/7964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WNCDP432L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WNCDP432L._SL75_.jpg",
    "song": "Get It While You Wait",
    "track_id": "f0ace0bf-665e-4716-8409-994f436cce61",
    "recording_id": null,
    "artist": "Boss Hog",
    "artist_ids": [
        "57648c1f-335d-4216-ba82-508b23b3bcf4"
    ],
    "album": "Whiteout",
    "release_id": "23c23265-fed0-4bdf-85bc-b4fd99356e0f",
    "release_group_id": null,
    "labels": [
        "In the Red"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}