Information about plays

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

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

{
    "id": 379260,
    "uri": "https://api.kexp.org/v2/plays/379260/?format=api",
    "airdate": "2019-09-10T19:42:46-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ekaa Maksour",
    "track_id": null,
    "recording_id": null,
    "artist": "Maryam Saleh, Maurice Louca, and Tamer Abu Ghazaleh",
    "artist_ids": [],
    "album": "Lekhfa",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mostakell"
    ],
    "label_ids": [],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This debut collaboration from Egyptian experimental indie musicians melds lyrics by Egyptian poet Mido Zoheir  with influences including Egyptian shaabi, electro-shaabi, pop and psychedelia, and backing provided by oud and buzuq lute, slide guitars, drums, beat loops and electronica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}