Information about plays

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

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

{
    "id": 434827,
    "uri": "https://api.kexp.org/v2/plays/434827/?format=api",
    "airdate": "2001-06-15T03:07:30-07:00",
    "show": 7318,
    "show_uri": "https://api.kexp.org/v2/shows/7318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lbwPBtg4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lbwPBtg4L._SL75_.jpg",
    "song": "I Can't Stay Awake",
    "track_id": "17b6a3e1-4e70-4ad8-a2c8-a5127c0ff27d",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Stoney's Extra Stout (Pig)",
    "release_id": "97cef0a5-710c-49b7-867f-9544736cd92a",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}