Information about plays

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

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

{
    "id": 356501,
    "uri": "https://api.kexp.org/v2/plays/356501/?format=api",
    "airdate": "2019-07-19T14:56:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heels",
    "track_id": "c39b536f-2399-4482-a3fe-6914221c001d",
    "recording_id": null,
    "artist": "Sir Babygirl",
    "artist_ids": [
        "d2254a15-adf3-4e70-889c-c158d092e773"
    ],
    "album": "Crush on Me",
    "release_id": "aa16a48e-0b0c-45c3-9f93-96f9281f7323",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The pseudonymme of DIY pop diva/producer Kelsie Hogue, Sir Babygirl was born in Silicon Valley and raised in Hanover, New Hampshire, and after attending Boston University’s School of Theater, she began to synthesize all her interests in the local Allston scene—fronting a hardcore bubblegum band, collaborating with local musicians, and tinkering with self-production on demos that would lead her to Sir Babygirl project.  https://bit.ly/2G2SnWU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}