Information about plays

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

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

{
    "id": 493659,
    "uri": "https://api.kexp.org/v2/plays/493659/?format=api",
    "airdate": "2001-12-05T15:00:00-08:00",
    "show": 8464,
    "show_uri": "https://api.kexp.org/v2/shows/8464/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MJN42KJXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MJN42KJXL._SL75_.jpg",
    "song": "Can't Stop Now",
    "track_id": "6caf6d54-a6ae-4ee6-b28d-cdcbe9ce6f5c",
    "recording_id": null,
    "artist": "Sarah Cracknell",
    "artist_ids": [
        "331fb5f2-5330-4e46-b5ef-e39c8fa6bbd0"
    ],
    "album": "Lipslide",
    "release_id": "bd148ccb-e484-49e5-93fd-ef5da9a483b2",
    "release_group_id": null,
    "labels": [
        "Instinct"
    ],
    "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"
}