Information about plays

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

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

{
    "id": 1417397,
    "uri": "https://api.kexp.org/v2/plays/1417397/?format=api",
    "airdate": "2008-09-02T17:32:00-07:00",
    "show": 24722,
    "show_uri": "https://api.kexp.org/v2/shows/24722/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612M52SZYKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612M52SZYKL._SL75_.jpg",
    "song": "Hi-Lites",
    "track_id": "c6b88502-3bb9-4153-a79e-acc71220e3d3",
    "recording_id": null,
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Audit in Progress",
    "release_id": "3586a845-9e5a-43e5-95e7-c03ec23988ef",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}