Information about plays

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

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

{
    "id": 381569,
    "uri": "https://api.kexp.org/v2/plays/381569/?format=api",
    "airdate": "2019-09-16T11:19:00-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Better",
    "track_id": null,
    "recording_id": null,
    "artist": "Cuco",
    "artist_ids": [
        "ff1cafa3-7ed4-4ed2-afbb-d1f263d607a8"
    ],
    "album": "Para Mi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omar Banos is best known by his stage name Cuco - is a teen idol in the making. At just 19 years old, the L.A. singer and multi-instrumentalist intoxicated audiences online with dreamy bedroom pop songs. Read more about Cuco here: https://n.pr/2mli6l1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}