Information about plays

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

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

{
    "id": 379095,
    "uri": "https://api.kexp.org/v2/plays/379095/?format=api",
    "airdate": "2019-09-10T11:22:27-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/e79baa7d-8308-3f05-ad16-300ea3b7ff28/19080003976-250.jpg",
    "thumbnail_uri": "",
    "song": "Business Time",
    "track_id": "dbd4c3d7-871e-36f6-b727-265c37900d01",
    "recording_id": null,
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "The Distant Future",
    "release_id": "e79baa7d-8308-3f05-ad16-300ea3b7ff28",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kristen writes that \"every time you tell some one how you really feel, go to counseling, exercise, do an activity you used to love, you're fighting to find yourself again.\"  You suggested this \"ridiculous and silly\" song that gave you \" a different feeling to focus on besides the feeling of depression that had taken hold.\": https://www.youtube.com/watch?v=WGOohBytKTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}