Information about plays

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

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

{
    "id": 427107,
    "uri": "https://api.kexp.org/v2/plays/427107/?format=api",
    "airdate": "2001-05-23T03:30:00-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VF74A2PSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VF74A2PSL._SL75_.jpg",
    "song": "Stars From The Side",
    "track_id": "1743604f-cf45-45d0-b9d7-2f547a80207e",
    "recording_id": null,
    "artist": "Hannah Marcus",
    "artist_ids": [
        "d120c8f4-8bc9-4899-a490-e597da4ceada"
    ],
    "album": "Black Hole Heaven",
    "release_id": "2382eac4-2edf-433c-bfc0-4e934b730954",
    "release_group_id": null,
    "labels": [
        "Bar/None"
    ],
    "label_ids": [],
    "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"
}