Information about plays

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

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

{
    "id": 1265209,
    "uri": "https://api.kexp.org/v2/plays/1265209/?format=api",
    "airdate": "2007-08-10T06:42:11-07:00",
    "show": 22152,
    "show_uri": "https://api.kexp.org/v2/shows/22152/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wTl3c9RrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wTl3c9RrL._SL75_.jpg",
    "song": "Eliza",
    "track_id": "e1d0b895-ad97-4852-9bdc-1065e44609c5",
    "recording_id": null,
    "artist": "The Color Bars",
    "artist_ids": [
        "1c22e7e8-64c7-4a48-83e8-7d84173658a1"
    ],
    "album": "Making Playthings",
    "release_id": "ccdb3eff-095a-4a1e-9a61-ee6416c1e4ec",
    "release_group_id": null,
    "labels": [
        "Paranoiaac"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}