Information about plays

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

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

{
    "id": 459575,
    "uri": "https://api.kexp.org/v2/plays/459575/?format=api",
    "airdate": "2001-08-26T00:05:00-07:00",
    "show": 7794,
    "show_uri": "https://api.kexp.org/v2/shows/7794/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/41V%2Be72ioQL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/41V%2Be72ioQL._SL75_.jpg",
    "song": "Airegin",
    "track_id": null,
    "recording_id": null,
    "artist": "Archie Shepp & Mal Waldron",
    "artist_ids": [
        "c58bf728-b84b-480b-858c-0e65b931edff"
    ],
    "album": "Left Alone Revisited",
    "release_id": "55c0fd10-6d43-4176-b4ee-abbc42d3e6d3",
    "release_group_id": null,
    "labels": [
        "Avenue"
    ],
    "label_ids": [
        "c38fff1d-6322-4047-88d1-6718c8bb6e0d"
    ],
    "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"
}