Information about plays

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

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

{
    "id": 347470,
    "uri": "https://api.kexp.org/v2/plays/347470/?format=api",
    "airdate": "2019-06-28T15:19:00-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Palm Springs",
    "track_id": "ffba06e1-f099-4357-af27-9d32b2543abc",
    "recording_id": null,
    "artist": "Astronautica",
    "artist_ids": [
        "f949535a-d686-4f51-82aa-cb894f0995f8"
    ],
    "album": "Gemini",
    "release_id": "e9b6a1d8-e13e-4c66-b9a5-9542d2963b02",
    "release_group_id": null,
    "labels": [
        "Alpha Pup Records"
    ],
    "label_ids": [],
    "release_date": "2016-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edrina Martinez, better known by her stage name Astronautica, is an experimental electronic, indie, hip hop, and beat music producer. She is currently based in Los Angeles, California, and signed with Alpha Pup Records, an independent label co-founded by Daddy Kev of Low End Theory.  She produces music using Ableton Live, Akai APC40 MKII, Novation Launchpad Pro, Push, and Novation Launchkey 61.  https://bit.ly/2XbThEK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}