Information about plays

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

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

{
    "id": 350241,
    "uri": "https://api.kexp.org/v2/plays/350241/?format=api",
    "airdate": "2019-07-05T00:10:27-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dcc581c-4939-4355-aa9c-a1bc53e3af8a/23064926398-250.jpg",
    "thumbnail_uri": "",
    "song": "RUNNING OUT OF TIME",
    "track_id": "7097159d-3e51-4325-9099-3968e38107a0",
    "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 will be part of this year's Bumbershoot festival, that runs from Friday, August 30 to Sunday, September 1st. https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}