Information about plays

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

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

{
    "id": 377915,
    "uri": "https://api.kexp.org/v2/plays/377915/?format=api",
    "airdate": "2019-09-07T11:03:00-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Richman Poorman",
    "track_id": "709e878f-fa81-4e4e-9a1e-29a8a8514cda",
    "recording_id": null,
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Heart and Soul",
    "release_id": "77fc8145-8a4e-4a4a-b890-2e69a1a196ea",
    "release_group_id": null,
    "labels": [
        "Boogie Brown Productions"
    ],
    "label_ids": [],
    "release_date": "2012-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nectar Lounge presents CLINTON FEARON with MIKE LOVE and DJ Kid Hops LIVE Saturday, September 21st at Nectar Lounge https://www.eventbrite.com/e/clinton-fearon-with-mike-love-and-dj-kid-hops-tickets-65761409145",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}