Information about plays

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

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

{
    "id": 476252,
    "uri": "https://api.kexp.org/v2/plays/476252/?format=api",
    "airdate": "2001-10-14T12:30:00-07:00",
    "show": 8120,
    "show_uri": "https://api.kexp.org/v2/shows/8120/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514HtbZXZ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514HtbZXZ8L._SL75_.jpg",
    "song": "Wildwood Flower",
    "track_id": "e2bfc897-a050-4121-8f11-6fb629a4ad3b",
    "recording_id": null,
    "artist": "Bill Frisell",
    "artist_ids": [
        "a21318db-f228-4a4d-8bce-6947a62985a5"
    ],
    "album": "Ghost Town",
    "release_id": "935093a7-bdda-4f42-bc7b-d4961af92d5f",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2000-03-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}