Information about plays

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

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

{
    "id": 379977,
    "uri": "https://api.kexp.org/v2/plays/379977/?format=api",
    "airdate": "2019-09-12T11:14:21-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roses Are Free",
    "track_id": "367b6c3e-5692-3150-af68-0f43dbfdca89",
    "recording_id": null,
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Chocolate and Cheese",
    "release_id": "bee003bb-41cf-3c43-872c-f64cf63b55a9",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1994-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ween originally wanted the album cover to have a \"gay sailor theme\" but the studio thought it was politically incorrect, opting instead for a woman's body on the cover. <i>Chocolate and Cheese</i> is dedicated to comedian John Candy, who died while Ween was putting the album together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}