Information about plays

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

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

{
    "id": 379248,
    "uri": "https://api.kexp.org/v2/plays/379248/?format=api",
    "airdate": "2019-09-10T18:53:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ya Lalay (Live at Comedy Club)",
    "track_id": null,
    "recording_id": null,
    "artist": "Donia Massoud",
    "artist_ids": [
        "2f935970-7009-4ed3-99ff-b1a1abfa0e43"
    ],
    "album": "Live in Paris",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2016-12-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Between 2000 and 2010, Donia Massoud traveled to Arab villages collecting a heritage nearly lost, of sacred and profane songs and music material.  Through her research, and rearrangements, she has made this music heritage available to audiences worldwide. <br></br>https://doniamassoud.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}