Information about plays

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

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

{
    "id": 1257204,
    "uri": "https://api.kexp.org/v2/plays/1257204/?format=api",
    "airdate": "2007-07-21T01:31:20-07:00",
    "show": 22015,
    "show_uri": "https://api.kexp.org/v2/shows/22015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AVBlr8zEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AVBlr8zEL._SL75_.jpg",
    "song": "AC 775",
    "track_id": "8c234303-849f-425b-b20e-781771ce8bd0",
    "recording_id": null,
    "artist": "MOTOR",
    "artist_ids": [
        "9ef3d815-e095-4e9d-ae6e-a3a4d5ebf94d"
    ],
    "album": "Unhuman",
    "release_id": "c83e6630-2fe4-4510-a631-3b02ba00fb62",
    "release_group_id": null,
    "labels": [
        "novamute"
    ],
    "label_ids": [
        "1f3c9a05-aceb-49e9-8aab-036eed57db1f"
    ],
    "release_date": "2007-03-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}