Information about plays

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

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

{
    "id": 379255,
    "uri": "https://api.kexp.org/v2/plays/379255/?format=api",
    "airdate": "2019-09-10T19:22:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ancestors",
    "track_id": "d5e2924c-680a-37f3-9de1-01ecff7bdd24",
    "recording_id": null,
    "artist": "Gonjasufi",
    "artist_ids": [
        "caf10f94-6c3a-4a71-b5f1-523c74007f92"
    ],
    "album": "A Sufi and a Killer",
    "release_id": "44a35a9b-d5d5-4a77-a10d-b26673d41308",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2010-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Son of an American-Ethiopian father, Sumach Ecks aka Gonjasufi, is an American vocalist, producer, disc jockey, actor and yogi. Ecks' voice has been described by Pitchfork as \"a scraggly, scary, smoked-out croak that creeps like the spiritual offspring of George Clinton and Lead Belly.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}