Information about plays

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

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

{
    "id": 1165097,
    "uri": "https://api.kexp.org/v2/plays/1165097/?format=api",
    "airdate": "2006-11-25T17:35:04-08:00",
    "show": 20439,
    "show_uri": "https://api.kexp.org/v2/shows/20439/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5150Ym0UbRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5150Ym0UbRL._SL75_.jpg",
    "song": "Satori",
    "track_id": "de51ae13-dbb2-46f1-b692-f9186c7d665c",
    "recording_id": null,
    "artist": "Rodrigo y Gabriela",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5"
    ],
    "album": "Rodrigo y Gabriela",
    "release_id": "f6fb8aae-3d0d-482d-8af0-422fd9530733",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}