Information about plays

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

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

{
    "id": 500656,
    "uri": "https://api.kexp.org/v2/plays/500656/?format=api",
    "airdate": "2001-12-26T16:35:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NDPFS5QML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NDPFS5QML._SL75_.jpg",
    "song": "Undertow (Spooky remix)",
    "track_id": "6023d199-970f-441c-a7f1-bd2264fe7f90",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Hypocrite",
    "release_id": "a7164f36-63b3-4231-8624-4cb6309422be",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}