Information about plays

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

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

{
    "id": 382149,
    "uri": "https://api.kexp.org/v2/plays/382149/?format=api",
    "airdate": "2019-09-17T20:45:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Houran (DJ Sotofett Versatile mix)",
    "track_id": "cd2b9206-ff09-45b2-8d99-40b75a307862",
    "recording_id": null,
    "artist": "King Ghazi",
    "artist_ids": [
        "6c326f1a-66c1-4fe0-9089-50265980df94"
    ],
    "album": "King Ghazi presents Abu Sayah - Houran & Shamaleh",
    "release_id": "db7e691b-82d9-4973-a884-7e6b656203c1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Ghazi is fueled by two musicians who toured the Middle East recording musical traditions that are fading from the world. This track (and the entire album) heavily feature Abu Sayah, \"an exiled Syrian musician who plays the arghul, a double-pipe instrument fixed together with beeswax that simultaneously emits a drone and a melody. \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}