Information about plays

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

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

{
    "id": 421347,
    "uri": "https://api.kexp.org/v2/plays/421347/?format=api",
    "airdate": "2001-05-05T00:28:14-07:00",
    "show": 7052,
    "show_uri": "https://api.kexp.org/v2/shows/7052/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nkr3fwfNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nkr3fwfNL._SL75_.jpg",
    "song": "variations on a freight theme",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Spooky vs. The Freight Elevator Quartet",
    "artist_ids": [
        "b453d486-d322-4d4a-9e04-2072fad96b56"
    ],
    "album": "File Under Futurism",
    "release_id": "6eb5fa2b-644b-4027-84a2-24efd9ed8adb",
    "release_group_id": null,
    "labels": [
        "Caipirinha Productions"
    ],
    "label_ids": [
        "fd2c8935-ac66-4084-9038-08f658ac5214"
    ],
    "release_date": "1999-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}