Information about plays

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

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

{
    "id": 1308715,
    "uri": "https://api.kexp.org/v2/plays/1308715/?format=api",
    "airdate": "2007-11-30T18:43:00-08:00",
    "show": 22890,
    "show_uri": "https://api.kexp.org/v2/shows/22890/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zjx2DSdZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zjx2DSdZL._SL75_.jpg",
    "song": "Get With It",
    "track_id": "5bb6acf9-3a82-45cc-892b-dc9799809c1d",
    "recording_id": null,
    "artist": "Five Spots",
    "artist_ids": [
        "0503ea8d-ca54-4054-8dc7-274ebfb1181a"
    ],
    "album": "Schoolday Blues",
    "release_id": "cea03f2b-3388-4579-9bc5-f580de89164b",
    "release_group_id": null,
    "labels": [
        "Buffalo Bop"
    ],
    "label_ids": [
        "a98ffed5-1d63-439f-b99d-946f2c8d9764"
    ],
    "release_date": "2003-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}