Information about plays

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

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

{
    "id": 379147,
    "uri": "https://api.kexp.org/v2/plays/379147/?format=api",
    "airdate": "2019-09-10T14:22:39-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/4f5c2bff-a5f0-32f6-8199-190bf22872aa/8433128617-250.jpg",
    "thumbnail_uri": "",
    "song": "Skinny Love",
    "track_id": "158218ca-0056-35d8-b9fc-92ec3bd66772",
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "For Emma, Forever Ago",
    "release_id": "4f5c2bff-a5f0-32f6-8199-190bf22872aa",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song goes out to Audra, who said, \"I lost my best friend Cathy at 42 to suicide in 2014 and my brother Dane at 51 followed in 2016 here in Seattle. After Cathy's death I donated $2000 for a brick for KEXP. Those were the worst days of my life! I will NEVER understand how my brother watched me and my daughters suffer and to have him follow. It will forever be painful and heartbreaking. The sorrow never goes away. I am now 51, the same age as my brother, I am suddenly having more depression and anxiety. I am struggling too.\" Thank you Audra for sharing your story.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}