Information about plays

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

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

{
    "id": 471538,
    "uri": "https://api.kexp.org/v2/plays/471538/?format=api",
    "airdate": "2001-09-30T16:21:10-07:00",
    "show": 8030,
    "show_uri": "https://api.kexp.org/v2/shows/8030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-Bo7EQOPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-Bo7EQOPL._SL75_.jpg",
    "song": "Seemingly Stranded",
    "track_id": null,
    "recording_id": null,
    "artist": "David Kilgour & The Heavy Eights",
    "artist_ids": [
        "54a1a69d-6a7b-4158-8a3e-32598d185c53"
    ],
    "album": "David Kilgour & The Heavy Eights",
    "release_id": "1af02b70-aeff-4d6e-88d7-2921f9ff4609",
    "release_group_id": null,
    "labels": [
        "flying nun"
    ],
    "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"
}