Information about plays

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

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

{
    "id": 352175,
    "uri": "https://api.kexp.org/v2/plays/352175/?format=api",
    "airdate": "2019-07-09T15:59:15-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/ae2ad730-77ea-47e4-9db2-26c4aec44823/20767499325-250.jpg",
    "thumbnail_uri": "",
    "song": "Delicate",
    "track_id": "afd391d4-2a32-4c23-a3c2-3dc2726208d7",
    "recording_id": null,
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "Mi Vida Local",
    "release_id": "ae2ad730-77ea-47e4-9db2-26c4aec44823",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s a different place than it was two years ago, when Atmosphere released their last record, Fishing Blues. Their seventh album, Mi Vida Local, reflects the ways in which the world–and their place in it–has changed. The idyllic domesticity of the past few records has morphed into anxiety over keeping loved ones safe during turbulent times. https://bit.ly/2CInEwX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}