Information about plays

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

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

{
    "id": 486756,
    "uri": "https://api.kexp.org/v2/plays/486756/?format=api",
    "airdate": "2001-11-15T02:33:45-08:00",
    "show": 8326,
    "show_uri": "https://api.kexp.org/v2/shows/8326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610%2BcRVRwvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610%2BcRVRwvL._SL75_.jpg",
    "song": "Kamtarie",
    "track_id": "0f1981dd-20f0-4c97-b2a2-f3fd608fcea3",
    "recording_id": null,
    "artist": "Fifth Sun",
    "artist_ids": [
        "e31dc363-2cc7-4cd7-8767-45b27b35fb2e"
    ],
    "album": "Arabian Travels",
    "release_id": "9c1a9fcf-f908-407f-8c37-82aea3085ae3",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}