Information about plays

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

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

{
    "id": 349692,
    "uri": "https://api.kexp.org/v2/plays/349692/?format=api",
    "airdate": "2019-07-03T17:33:33-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dcc581c-4939-4355-aa9c-a1bc53e3af8a/23064926398-250.jpg",
    "thumbnail_uri": "",
    "song": "WHAT’S GOOD",
    "track_id": "3eaac17b-e9ac-44e2-adf0-33f0551d2048",
    "recording_id": null,
    "artist": "Tyler, the Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "IGOR",
    "release_id": "0dcc581c-4939-4355-aa9c-a1bc53e3af8a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tyler, The Creator just came out with his own ice cream flavor just in time for summer.   The flavor is called Snowflake. https://pitchfork.com/news/tyler-the-creator-unveils-signature-ice-cream-flavor/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}