Information about plays

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

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

{
    "id": 445760,
    "uri": "https://api.kexp.org/v2/plays/445760/?format=api",
    "airdate": "2001-07-17T00:46:09-07:00",
    "show": 7528,
    "show_uri": "https://api.kexp.org/v2/shows/7528/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217VMRB0D1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217VMRB0D1L._SL75_.jpg",
    "song": "Settle",
    "track_id": "890cb9ba-1b94-4b4b-ad1a-e5f0a53baf38",
    "recording_id": null,
    "artist": "Richmond Fontaine",
    "artist_ids": [
        "5cc104cb-a015-4274-9271-561fefb18292"
    ],
    "album": "Safety",
    "release_id": "e73863ad-d747-40a5-85fa-8b31ecd2df93",
    "release_group_id": null,
    "labels": [
        "cravedog/dancecard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}