Information about plays

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

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

{
    "id": 497183,
    "uri": "https://api.kexp.org/v2/plays/497183/?format=api",
    "airdate": "2001-12-15T21:30:00-08:00",
    "show": 8530,
    "show_uri": "https://api.kexp.org/v2/shows/8530/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41j8RS3AUWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41j8RS3AUWL._SL75_.jpg",
    "song": "Shake It",
    "track_id": "22ecf979-8bbb-43f1-bc7f-e320cfcbaeaa",
    "recording_id": null,
    "artist": "Shy FX",
    "artist_ids": [
        "ee459bd7-9768-4cc2-9452-a09700c4aeaa"
    ],
    "album": "The Brazilian Job",
    "release_id": "e4d01faf-3f5d-4322-8eaf-b3c665a7e0de",
    "release_group_id": null,
    "labels": [
        "Ebony Dubs"
    ],
    "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"
}