Information about plays

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

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

{
    "id": 532455,
    "uri": "https://api.kexp.org/v2/plays/532455/?format=api",
    "airdate": "2002-03-29T06:19:22-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W-83JfpcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W-83JfpcL._SL75_.jpg",
    "song": "Random Noise Generator",
    "track_id": "86bb1dcd-3c1a-4893-b871-40fb98baeaf5",
    "recording_id": null,
    "artist": "Ides of Space",
    "artist_ids": [
        "3f5bb62a-4141-42af-ab92-1336ccb76162"
    ],
    "album": "There Are No New Clouds",
    "release_id": "580868b1-eb3d-472c-b6f1-dfe5afb99b34",
    "release_group_id": null,
    "labels": [
        "Better Looking"
    ],
    "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"
}