Information about plays

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

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

{
    "id": 379167,
    "uri": "https://api.kexp.org/v2/plays/379167/?format=api",
    "airdate": "2019-09-10T15:13:27-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5f3b539-5772-455c-9558-cb1703b1cb08/16101786376-250.jpg",
    "thumbnail_uri": "",
    "song": "Stumbling Through the Dark",
    "track_id": "d6d372b7-1f5f-369e-8eca-e276eb9cef95",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Rainy Day Music",
    "release_id": "b5f3b539-5772-455c-9558-cb1703b1cb08",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An anonymous listener said, \"Thank you for doing this. I appreciate all your special shows so much. For me,  listening to music is an important part of managing my depression and anxiety. If I am not careful, I can spend way too much time in my head and music gets me out of it.  If I were to name something particular, I’d name the Jayhawks Rainy Day Music as an album I can connect with immediately to shut down the hamster wheel that sometimes resides in my head.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}