Information about plays

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

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

{
    "id": 459459,
    "uri": "https://api.kexp.org/v2/plays/459459/?format=api",
    "airdate": "2001-08-25T14:26:15-07:00",
    "show": 7789,
    "show_uri": "https://api.kexp.org/v2/shows/7789/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X3jNzQLbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X3jNzQLbL._SL75_.jpg",
    "song": "Pot Belly",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Pretty Things",
    "release_id": "75f7319b-56a5-401d-8daa-7bd1191f6b55",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}