Information about plays

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

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

{
    "id": 348571,
    "uri": "https://api.kexp.org/v2/plays/348571/?format=api",
    "airdate": "2019-07-01T09:04:18-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/8f118f74-22ea-41dd-9e3d-3186203487f9/9783932475-250.jpg",
    "thumbnail_uri": "",
    "song": "3030",
    "track_id": "c8d3d11c-7395-3b50-9bda-da8341b46e9b",
    "recording_id": null,
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030",
    "release_id": "8f118f74-22ea-41dd-9e3d-3186203487f9",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last year Dan The Automator  confirmed he was working on a new Deltron 3030 album with Del The Funky Homosapien Kid Koala. We haven't heard anything since then, but hopefully it will be out soon! http://www.deltron3030.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}