Information about plays

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

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

{
    "id": 430501,
    "uri": "https://api.kexp.org/v2/plays/430501/?format=api",
    "airdate": "2001-06-02T00:48:00-07:00",
    "show": 7235,
    "show_uri": "https://api.kexp.org/v2/shows/7235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61m-mgnKVdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61m-mgnKVdL._SL75_.jpg",
    "song": "Bridges",
    "track_id": "7bdc9275-2e86-471a-ae80-4d3d2d90a50a",
    "recording_id": null,
    "artist": "Utah Phillips",
    "artist_ids": [
        "c80cc23a-690e-498f-9e61-bea2509ca096"
    ],
    "album": "The Past Didn't Go Anywhere",
    "release_id": "92915da0-5f7a-42e0-8f27-e667dc35e779",
    "release_group_id": null,
    "labels": [
        "Righteous Babe"
    ],
    "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"
}