Information about plays

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

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

{
    "id": 342640,
    "uri": "https://api.kexp.org/v2/plays/342640/?format=api",
    "airdate": "2019-06-17T17:22:04-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/7101274c-bef1-4344-a5c7-20af88eb0af0/8156602916-250.jpg",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": "b2512ae9-d8fe-3fef-aaa7-25365b22ac4f",
    "recording_id": null,
    "artist": "Gold Panda",
    "artist_ids": [
        "bfbccd40-1a06-4ee7-b24d-b2f8cc714fa9"
    ],
    "album": "You EP",
    "release_id": "7101274c-bef1-4344-a5c7-20af88eb0af0",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2010-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about a new project and moniker (DJ Jenifa) from this electronic producer in the new music review section of KEXP.org: https://www.kexp.org/read/2019/4/8/new-music-reviews-48/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}