Information about plays

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

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

{
    "id": 447569,
    "uri": "https://api.kexp.org/v2/plays/447569/?format=api",
    "airdate": "2001-07-22T09:28:14-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IQah47bwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IQah47bwL._SL75_.jpg",
    "song": "Empire State Express",
    "track_id": "107788d5-195b-445b-a740-8e25c26dd8a1",
    "recording_id": null,
    "artist": "Son House",
    "artist_ids": [
        "8c87dda0-be58-4e48-a3b5-2626f26364c7"
    ],
    "album": "Father of the Delta Blues",
    "release_id": "704cd36b-3bce-45ae-8a84-53dbc41fe3bd",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}