Information about plays

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

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

{
    "id": 1393148,
    "uri": "https://api.kexp.org/v2/plays/1393148/?format=api",
    "airdate": "2008-07-03T14:22:23-07:00",
    "show": 24313,
    "show_uri": "https://api.kexp.org/v2/shows/24313/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415VBA7XRAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415VBA7XRAL._SL75_.jpg",
    "song": "Tidy",
    "track_id": "5416ee21-62fe-4c9d-b972-8e3844408289",
    "recording_id": null,
    "artist": "Dressy Bessy",
    "artist_ids": [
        "64973b13-9786-4b52-a04e-e02c884ab880"
    ],
    "album": "Dressy Bessy",
    "release_id": "c279ce4e-ea12-461a-ab70-54c50a3613a3",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2003-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}