Information about plays

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

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

{
    "id": 456973,
    "uri": "https://api.kexp.org/v2/plays/456973/?format=api",
    "airdate": "2001-08-18T10:52:10-07:00",
    "show": 7737,
    "show_uri": "https://api.kexp.org/v2/shows/7737/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21V2Q2EEQSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21V2Q2EEQSL._SL75_.jpg",
    "song": "The Stopper",
    "track_id": "2bf7df3b-055b-4f64-bd79-0d3fcf944593",
    "recording_id": null,
    "artist": "Cutty Ranks",
    "artist_ids": [
        "0372006b-dcf8-4fb9-8694-d5ea3d2540f0"
    ],
    "album": "The Stopper",
    "release_id": "9770d999-6404-472d-9f7b-81cd44a76c9a",
    "release_group_id": null,
    "labels": [
        "Fashion"
    ],
    "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"
}