Information about plays

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

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

{
    "id": 419638,
    "uri": "https://api.kexp.org/v2/plays/419638/?format=api",
    "airdate": "2001-04-30T05:10:00-07:00",
    "show": 7019,
    "show_uri": "https://api.kexp.org/v2/shows/7019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VEF1FG53L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VEF1FG53L._SL75_.jpg",
    "song": "Quondam",
    "track_id": "ea700eb6-2042-4701-89cf-1190e8f8bedb",
    "recording_id": null,
    "artist": ".O.Rang",
    "artist_ids": [
        "a6efc125-0e75-467b-9c3c-491cedd0de6c"
    ],
    "album": "Fields and Waves",
    "release_id": "a38eb47a-8a3e-427f-907e-6ad45eb33a4e",
    "release_group_id": null,
    "labels": [
        "Hitit!"
    ],
    "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"
}