Information about plays

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

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

{
    "id": 372468,
    "uri": "https://api.kexp.org/v2/plays/372468/?format=api",
    "airdate": "2019-08-26T07:34:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Badger Song",
    "track_id": "919b4f66-e041-455c-9e0b-42c0d42aacea",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Bucky Fellini",
    "release_id": "25376b2d-96fe-4743-8427-42a53aac8e34",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Next up is Michael Girard's \"Non Au Racisme\" mixtape, which was a gift from his friend Roxanne. \"While this started out as a gift for my birthday, this tape has taken on mythic level proportions in our friendship - 27 years and counting. It touches on all the best aspects of the perfect mixtape: inside jokes, nostalgia, old music, new-to-the-listener music, shared interests, danceable moments, current states of mind, tunes that pull at your heart, and an overall weird and wonderful selection of tunes that otherwise would not be found together in one place\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}