Information about plays

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

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

{
    "id": 381690,
    "uri": "https://api.kexp.org/v2/plays/381690/?format=api",
    "airdate": "2019-09-16T18:52:00-07:00",
    "show": 6355,
    "show_uri": "https://api.kexp.org/v2/shows/6355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Bamba Rebelde",
    "track_id": null,
    "recording_id": null,
    "artist": "Las Cafeteras",
    "artist_ids": [
        "7dab84d8-7c1e-44bb-826c-4247d797c3da"
    ],
    "album": "It's Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[#Kexp celebrates #LatinAmerica]<br>\n<br>\nHispanic Heritage Month: Mexico https://www.kexp.org/hispanic-heritage-month/mexico/\n<br>\n\"Las Cafeteras is a Chicano band from East Los Angeles, California. Their music fuses spoken word and folk music, with traditional Son Jarocho, Afro-Mexican music and zapateado dancing. Their song, \"La Bamba Rebelde\", is a remake of The traditional Mexican song from the state of Veracruz \"La Bamba\". The band says that they construct their music as a tool for creating positive change and inspiring others to do so.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}