Information about plays

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

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

{
    "id": 1274601,
    "uri": "https://api.kexp.org/v2/plays/1274601/?format=api",
    "airdate": "2007-09-03T02:21:34-07:00",
    "show": 22312,
    "show_uri": "https://api.kexp.org/v2/shows/22312/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41v%2BE4HqkRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41v%2BE4HqkRL._SL75_.jpg",
    "song": "You Really Don't Care",
    "track_id": "ee06555b-2d08-4181-9aee-8e0795857b23",
    "recording_id": null,
    "artist": "The Drones",
    "artist_ids": [
        "ea005ab4-6290-42d7-8980-c038a919d628"
    ],
    "album": "Wait Long by the River and the Bodies of Your Enemies Will Float By",
    "release_id": "80b94a39-8cd7-4252-bac3-c618d18dc862",
    "release_group_id": null,
    "labels": [
        "Beat the World"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}