Information about plays

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

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

{
    "id": 424790,
    "uri": "https://api.kexp.org/v2/plays/424790/?format=api",
    "airdate": "2001-05-15T21:48:00-07:00",
    "show": 7127,
    "show_uri": "https://api.kexp.org/v2/shows/7127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yawxqa0DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yawxqa0DL._SL75_.jpg",
    "song": "Karen Koltrane",
    "track_id": "8d584095-a5e0-42b0-80cd-11fea0773ddb",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "A Thousand Leaves",
    "release_id": "911b22a9-1350-472c-8430-58265c13604d",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}