Information about plays

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

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

{
    "id": 377014,
    "uri": "https://api.kexp.org/v2/plays/377014/?format=api",
    "airdate": "2019-09-05T13:19:31-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dcb3b6e-e9db-45c5-863e-190801623fac/23098912882-250.jpg",
    "thumbnail_uri": "",
    "song": "Life on Mars?",
    "track_id": "d98e58a0-a978-36f1-86bd-4d54f19055c5",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "0dcb3b6e-e9db-45c5-863e-190801623fac",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Emily says “As an atheist, I feel weird every time Easter rolls around. I feel uncomfortable celebrating, but it feels weird not to when everyone else I know is. I had the idea one day to turn Easter into a science holiday! My husband and I took our kid to the Pacific Science Center for the day, then I made this mix full of songs that have some connection to science. We listen to it every Easter now. I also listen to it when I'm feeling nerdy about something science related (usually astronomy).” <br> <br> Here is the full story from KEXP mixtape week: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}