Information about plays

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

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

{
    "id": 350787,
    "uri": "https://api.kexp.org/v2/plays/350787/?format=api",
    "airdate": "2019-07-06T09:19:56-07:00",
    "show": 5843,
    "show_uri": "https://api.kexp.org/v2/shows/5843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crying Over You",
    "track_id": "f51c6886-5a01-4578-b596-28016ffefd39",
    "recording_id": null,
    "artist": "The Georgetown Orbits",
    "artist_ids": [
        "e73cf58b-6bf1-49c8-8bd4-bd7d17ee2f54"
    ],
    "album": "Solar Flares",
    "release_id": "09f2cf5b-eb7d-46bb-b549-9d6d4f41116b",
    "release_group_id": null,
    "labels": [
        "The Georgetown Orbits"
    ],
    "label_ids": [],
    "release_date": "2018-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Georgetown Orbits\nwith Yogoman Burning Band and Stay Grounded, LIVE at Nectar Lounge, Saturday July 20 https://www.eventbrite.com/e/the-georgetown-orbits-yogoman-burning-band-stay-grounded-tickets-60850261771?aff=ebapi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}