Information about plays

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

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

{
    "id": 376712,
    "uri": "https://api.kexp.org/v2/plays/376712/?format=api",
    "airdate": "2019-09-04T20:23:00-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rights",
    "track_id": "8cc4c10f-f920-4930-978b-eca21264d1d7",
    "recording_id": null,
    "artist": "The Tyde",
    "artist_ids": [
        "1a8094b9-3dbd-4b95-b151-8ddf8cd673e2"
    ],
    "album": "Darren 4",
    "release_id": "cb89693a-807d-422c-b866-fc94f933e80c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spending some time with the music of guitarist Neal Casal tonight, who died from suicide last week, leaving a giant music legacy. He will be greatly missed. Please remember you are not alone. If you or someone you know ever feels like giving up, please call the Suicide Prevention Hotline at 1-800-273-8255.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}