Information about plays

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

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

{
    "id": 379098,
    "uri": "https://api.kexp.org/v2/plays/379098/?format=api",
    "airdate": "2019-09-10T11:31:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rush to Spark",
    "track_id": null,
    "recording_id": null,
    "artist": "Foxes in Fiction",
    "artist_ids": [
        "d14587c5-619b-4b78-ae14-2111352ddf62"
    ],
    "album": "Trillium Killer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Orchid Tapes"
    ],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Warren Hildebrand (who records as Foxes in Fiction) says, \"‘Rush to Spark’ is about getting a sense of what it feels like to be neurotypical after finding medication that works for you but still living with the understanding that mental illness is going to be something that you’re going to have to deal with and maintain for the rest of your life.\"  For help with mental illness, go to https://www.kexp.org/musicheals/mental-health/resources/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}