Information about plays

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

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

{
    "id": 471925,
    "uri": "https://api.kexp.org/v2/plays/471925/?format=api",
    "airdate": "2001-10-01T20:48:45-07:00",
    "show": 8038,
    "show_uri": "https://api.kexp.org/v2/shows/8038/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G0YJBGGTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G0YJBGGTL._SL75_.jpg",
    "song": "Maloba",
    "track_id": "bb62fa6f-15f6-4557-b187-5c3ceaf09168",
    "recording_id": null,
    "artist": "Sam Mangwana",
    "artist_ids": [
        "d2f6f28f-d44b-4338-a0f9-079da0faf2e6"
    ],
    "album": "Galo Negro",
    "release_id": "5f021c58-17a1-413c-b652-566b9c6955bb",
    "release_group_id": null,
    "labels": [
        "Putumayo"
    ],
    "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"
}