Information about plays

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

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

{
    "id": 379421,
    "uri": "https://api.kexp.org/v2/plays/379421/?format=api",
    "airdate": "2019-09-11T05:01:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clowns",
    "track_id": null,
    "recording_id": null,
    "artist": "Louise Burns",
    "artist_ids": [
        "e90f6feb-2585-4f0c-afbe-319f0a048429"
    ],
    "album": "Portraits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light Organ Records"
    ],
    "label_ids": [],
    "release_date": "2019-11-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "As Burns explains, the album was birthed in Los Angeles.\n\n\"L.A. is a very specific place for me,\" she said in a statement. \"It reminds me of some really bittersweet memories — some really happy ones and some really awful ones. This record was about embracing my past rather than trying to hide it or be self-deprecating. It's okay for me to feel proud of having done all this weird shit when I was really young.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}