Information about plays

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

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

{
    "id": 1275719,
    "uri": "https://api.kexp.org/v2/plays/1275719/?format=api",
    "airdate": "2007-09-05T20:37:17-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XQ3gxQlQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XQ3gxQlQL._SL75_.jpg",
    "song": "Ring Once",
    "track_id": "813b55ee-e6be-482c-bb17-7d61c786a3d6",
    "recording_id": null,
    "artist": "The Sisters Love",
    "artist_ids": [
        "ad0d1c87-a186-4ae4-b52e-c8ce7fd343c4"
    ],
    "album": "Give Me Your Love",
    "release_id": "270c4e97-f0d5-4bfb-9047-7e77e1a85ffe",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2006-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}