Information about plays

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

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

{
    "id": 503688,
    "uri": "https://api.kexp.org/v2/plays/503688/?format=api",
    "airdate": "2002-01-04T15:29:00-08:00",
    "show": 8656,
    "show_uri": "https://api.kexp.org/v2/shows/8656/?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": "Goldie",
    "track_id": "392a374c-2a63-4736-9a5a-cec83a6bab2e",
    "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"
}