Information about plays

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

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

{
    "id": 379109,
    "uri": "https://api.kexp.org/v2/plays/379109/?format=api",
    "airdate": "2019-09-10T12:14:06-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Line of Fire",
    "track_id": "7fbbfde1-a12b-3836-851a-95064fdd1984",
    "recording_id": null,
    "artist": "Junip",
    "artist_ids": [
        "fb2df245-81b0-4a2b-9d01-e0955ba68be7"
    ],
    "album": "Junip",
    "release_id": "dc31a58d-d5d8-4e6f-9383-899a54255e1b",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2013-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Chris, for sharing your story of your dear friend's contributions to your life and your grief about his suicide.  Here's a Harvard Health Women's Watch article about how to help those who have been \"left behind\" after suicide:  https://www.health.harvard.edu/mind-and-mood/left-behind-after-suicide",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}