Information about plays

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

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

{
    "id": 379146,
    "uri": "https://api.kexp.org/v2/plays/379146/?format=api",
    "airdate": "2019-09-10T14:18:00-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Story",
    "track_id": "c30e2f18-e7de-421c-a7cb-93f87550ec38",
    "recording_id": null,
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "The Story",
    "release_id": "39e88154-ea11-4772-8e63-294ac11b1901",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2010-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'd like to request \"The Story\" by Brandi Carlile for my husband, Darrel and for all the caregivers out there. My greatest champion and caregiver is my husband. He has the ability to separate the disease (depression and anxiety) from the real me.\" Thank you Brenda.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}