Information about plays

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

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

{
    "id": 343948,
    "uri": "https://api.kexp.org/v2/plays/343948/?format=api",
    "airdate": "2019-06-20T14:20:00-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somali Udiida Ceb (Somalia, Don't Shame Yourself)",
    "track_id": "e8bc1ac9-1b37-393e-bf3c-4ed355537677",
    "recording_id": null,
    "artist": "Maryam Mursal",
    "artist_ids": [
        "90011f80-8a51-4776-a6e0-09d83726eedb"
    ],
    "album": "The Journey",
    "release_id": "953c211c-f874-45de-bb43-4e54c37f81e1",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [],
    "release_date": "1998-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maryam Mursal is an internationally renowned Somali musician who blends blues and soul music with a variety of Somali and Arabic influences. She broke with tradition and began singing professionally in nightclubs as a solo performer. She used her music to criticize the Somali government and was banned from singing for two years as a result, during which time she drove a taxi to make money. Mursal departed her native country during Somalia's civil war with her children and she still lives abroad today. Her 1998 album The Journey detailed her literal harrowing journey with her children - on foot, donkey, and by truck - to escape Somalia, eventually finding refuge in Denmark.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}