Information about plays

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

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

{
    "id": 344935,
    "uri": "https://api.kexp.org/v2/plays/344935/?format=api",
    "airdate": "2019-06-23T01:13:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Judgement, in Fire: I – Garden (of Blooming Ash)",
    "track_id": "803371e0-7025-4dee-bddc-8d41147c3676",
    "recording_id": null,
    "artist": "Bell Witch",
    "artist_ids": [
        "4a53fa0a-8c84-4299-b0fe-d0a7bb89adc7"
    ],
    "album": "Four Phantoms",
    "release_id": "6f8c7545-5ab9-4cee-a947-cc42e2f2e6d2",
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [],
    "release_date": "2015-04-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bell Witch will be playing Covenant Fest V in Vancouver, B.C. July 4th - 6th.  Tickets are still available; http://covenantfestival.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}