Information about plays

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

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

{
    "id": 350366,
    "uri": "https://api.kexp.org/v2/plays/350366/?format=api",
    "airdate": "2019-07-05T07:37:53-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're Not Always On My Mind",
    "track_id": "a6282a0a-b123-4d75-be79-ee1251863eec",
    "recording_id": null,
    "artist": "Quivers",
    "artist_ids": [
        "a6d39b5e-ad93-4d49-a10b-4c772fce3f5d"
    ],
    "album": "You're Not Always on My Mind",
    "release_id": "9812c459-79fc-4f9a-952e-695e285de8df",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a terrific live performance from the KEXP studio in March:  https://www.youtube.com/watch?v=J0PI_kACCJE&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}