Information about plays

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

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

{
    "id": 433344,
    "uri": "https://api.kexp.org/v2/plays/433344/?format=api",
    "airdate": "2001-06-10T19:17:38-07:00",
    "show": 7290,
    "show_uri": "https://api.kexp.org/v2/shows/7290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IpIMnVv7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IpIMnVv7L._SL75_.jpg",
    "song": "Info Kill II",
    "track_id": "0624e016-9cc5-4e27-89f9-11836f2a968d",
    "recording_id": null,
    "artist": "Company Flow",
    "artist_ids": [
        "7bb2067c-ec6a-4e9c-8336-ab475d4f4984"
    ],
    "album": "Funcrusher Plus",
    "release_id": "a353eccc-9a29-4219-923d-03cd8601418d",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1997-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}