Information about plays

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

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

{
    "id": 480256,
    "uri": "https://api.kexp.org/v2/plays/480256/?format=api",
    "airdate": "2001-10-25T21:07:30-07:00",
    "show": 8195,
    "show_uri": "https://api.kexp.org/v2/shows/8195/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SLKqbnmVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SLKqbnmVL._SL75_.jpg",
    "song": "Round/Inside Blasts",
    "track_id": null,
    "recording_id": null,
    "artist": "Circulatory System",
    "artist_ids": [
        "2dea8a55-623b-42bb-bda3-9fb784018b40"
    ],
    "album": "Circulatory System",
    "release_id": "1bf6c312-3cfa-4044-8cca-1c30cbb6c24f",
    "release_group_id": null,
    "labels": [
        "Cloud Recordings"
    ],
    "label_ids": [
        "5c0ef2b2-9c89-46e4-bcfd-92ed1779e201"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}