Information about plays

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

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

{
    "id": 1397161,
    "uri": "https://api.kexp.org/v2/plays/1397161/?format=api",
    "airdate": "2008-07-13T17:29:09-07:00",
    "show": 24380,
    "show_uri": "https://api.kexp.org/v2/shows/24380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I9MlwD7VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I9MlwD7VL._SL75_.jpg",
    "song": "One & One",
    "track_id": "c3d39891-d63b-44e5-b452-391f8a70127c",
    "recording_id": null,
    "artist": "Devon Williams",
    "artist_ids": [
        "03e6f48a-5a28-40f9-af85-f8367ed7303b"
    ],
    "album": "Carefree",
    "release_id": "55e67655-9e81-497f-98a1-367383a4dd85",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}