Information about plays

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

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

{
    "id": 1344755,
    "uri": "https://api.kexp.org/v2/plays/1344755/?format=api",
    "airdate": "2008-03-02T02:34:19-08:00",
    "show": 23501,
    "show_uri": "https://api.kexp.org/v2/shows/23501/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ER9RRF3NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ER9RRF3NL._SL75_.jpg",
    "song": "Thrown Away",
    "track_id": "1d0d1203-1a47-4661-a799-658aa46e0971",
    "recording_id": null,
    "artist": "VAST",
    "artist_ids": [
        "79e98efd-4515-412a-af83-df381f5badd6"
    ],
    "album": "Nude",
    "release_id": "7f726835-8bef-4860-9a5f-06b585db950f",
    "release_group_id": null,
    "labels": [
        "2Blossoms/FourFiveSix"
    ],
    "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"
}