Information about plays

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

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

{
    "id": 379080,
    "uri": "https://api.kexp.org/v2/plays/379080/?format=api",
    "airdate": "2019-09-10T10:23:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ana Karen'a",
    "track_id": null,
    "recording_id": null,
    "artist": "Gregory",
    "artist_ids": [
        "490154dd-82b7-4204-aa1e-2faac30bc45d"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Preston, for sharing the story of your brother Gregory and this lovely song he created.  You note that your \"heart goes out to everyone who is suffering from mental illness, and all of their loved ones.\"  If you or someone you know needs support in dealing with mental illness, there are a number of free resources here: https://www.kexp.org/musicheals/mental-health/resources/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}