Information about plays

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

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

{
    "id": 532223,
    "uri": "https://api.kexp.org/v2/plays/532223/?format=api",
    "airdate": "2002-03-28T17:30:39-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q3FASYJGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q3FASYJGL._SL75_.jpg",
    "song": "Snow Squadron",
    "track_id": "a54fb86f-9734-4485-9f83-b78f969d33a6",
    "recording_id": null,
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "'Precious Moments'",
    "release_id": "97d287a3-bd6b-49df-9290-e85a4e945647",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}