Information about plays

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

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

{
    "id": 531245,
    "uri": "https://api.kexp.org/v2/plays/531245/?format=api",
    "airdate": "2002-03-26T04:31:15-08:00",
    "show": 9198,
    "show_uri": "https://api.kexp.org/v2/shows/9198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VS3K57JXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VS3K57JXL._SL75_.jpg",
    "song": "Perfect Silence",
    "track_id": "eb794c86-71fe-4e08-ad03-31218e774971",
    "recording_id": null,
    "artist": "Scapegoat Wax",
    "artist_ids": [
        "540e9359-4360-4694-95fc-ba42be67bf03"
    ],
    "album": "Okeeblow",
    "release_id": "0e88afaa-c49b-46f8-beb0-3893e0f51273",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}