Information about plays

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

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

{
    "id": 348638,
    "uri": "https://api.kexp.org/v2/plays/348638/?format=api",
    "airdate": "2019-07-01T13:07:04-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/22ce2f44-9702-3bca-92db-c97b85700c73/4785576416-250.jpg",
    "thumbnail_uri": "",
    "song": "Land of the Freak",
    "track_id": "a9f6596d-9757-3a78-9969-6ca468b7a7b7",
    "recording_id": null,
    "artist": "King Khan & The Shrines",
    "artist_ids": [
        "ed8d9e99-53c3-4e3a-beea-2cea49e1431a"
    ],
    "album": "The Supreme Genius of King Khan and the Shrines",
    "release_id": "22ce2f44-9702-3bca-92db-c97b85700c73",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by King Khan (aka Arish Ahmad Khan, born in Montréal, QC to a family of Indian émigrés). He eventually relocated to Germany where he resides with his family. Live Video from King Khan & The Shrines' 2014 KEXP VIP Club Concert at The Triple Door: https://www.youtube.com/watch?v=6GzxPjfwujs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}