Information about plays

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

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

{
    "id": 382110,
    "uri": "https://api.kexp.org/v2/plays/382110/?format=api",
    "airdate": "2019-09-17T18:16:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Azo Toke",
    "track_id": "2aee5330-5c3e-402b-b401-97e6001c610d",
    "recording_id": null,
    "artist": "KOKOKO!",
    "artist_ids": [
        "6983949c-bea5-4231-b7e7-09c4b1ead6fc"
    ],
    "album": "Fongola",
    "release_id": "a042bcef-bd73-4dee-8e7f-ca39906490bd",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kinshasa, DRC. The members of KOKOKO! met at a block party, and represent the vibrant music scene on the streets of Kinshasa. The group \"up-cycles\" materials like \"metal, cans, engine parts and plastic containers found in Kinshasa’s streets into vital sculptural resonant dance music.\" See them LIVE at Barboza on October 12.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}