Information about plays

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

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

{
    "id": 347191,
    "uri": "https://api.kexp.org/v2/plays/347191/?format=api",
    "airdate": "2019-06-27T22:50:40-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dcc581c-4939-4355-aa9c-a1bc53e3af8a/23064926398-250.jpg",
    "thumbnail_uri": "",
    "song": "I THINK",
    "track_id": "37ea287b-e53a-4552-bbe9-c26590413e5f",
    "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 Okonma is a lot of things: rapper, singer, songwriter, producer, fashion designer, video director, and cartoon creator ! \nHe is performing LIVE at Bumbershoot 2019 https://www.bumbershoot.com/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}