Information about plays

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

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

{
    "id": 355186,
    "uri": "https://api.kexp.org/v2/plays/355186/?format=api",
    "airdate": "2019-07-16T18:23:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prozac",
    "track_id": null,
    "recording_id": null,
    "artist": "Dam",
    "artist_ids": [
        "eff9602c-8327-4a64-a503-9bb52bc09914"
    ],
    "album": "Ben Haana Wa Maana",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl Ltd."
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dam, the first Palestinian hip hop crew and among the first to rap in Arabic, began working together in the late 1990s. Dam's music is a unique fusion of East and West, combining Arabic percussion rhythms, Middle Eastern melodies, and urban hip hop. https://www.damofficialband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}