Information about plays

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

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

{
    "id": 434723,
    "uri": "https://api.kexp.org/v2/plays/434723/?format=api",
    "airdate": "2001-06-14T18:57:16-07:00",
    "show": 7316,
    "show_uri": "https://api.kexp.org/v2/shows/7316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KXVFGD4FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KXVFGD4FL._SL75_.jpg",
    "song": "Things in Life",
    "track_id": "f34f27a9-135d-4508-85b8-2827c49fd245",
    "recording_id": null,
    "artist": "Jerry Douglas",
    "artist_ids": [
        "f94a59be-8e2f-456b-9ccb-e742048c6654"
    ],
    "album": "Restless on the Farm",
    "release_id": "d633e5ee-eed2-464f-8d60-b8d3a918ac8f",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}