Information about plays

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

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

{
    "id": 1397120,
    "uri": "https://api.kexp.org/v2/plays/1397120/?format=api",
    "airdate": "2008-07-13T14:23:14-07:00",
    "show": 24379,
    "show_uri": "https://api.kexp.org/v2/shows/24379/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21SF9WT6ARL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21SF9WT6ARL._SL75_.jpg",
    "song": "Tres Amigos",
    "track_id": "f3db020b-f8ef-43c2-a8ae-da798b64952b",
    "recording_id": null,
    "artist": "United Future Organization",
    "artist_ids": [
        "dda1dc9e-42e9-4c35-bed5-b5846d71de9f"
    ],
    "album": "Bon Voyage",
    "release_id": "f21b7ba0-1ea5-4fe1-a8ac-0c49997d4d3f",
    "release_group_id": null,
    "labels": [
        "Instinct Ambient"
    ],
    "label_ids": [
        "6d5c78c8-ea44-485e-8468-806a5a8afc5b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}