Information about plays

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

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

{
    "id": 351824,
    "uri": "https://api.kexp.org/v2/plays/351824/?format=api",
    "airdate": "2019-07-08T19:35:17-07:00",
    "show": 5863,
    "show_uri": "https://api.kexp.org/v2/shows/5863/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bailar Conmigo",
    "track_id": null,
    "recording_id": null,
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Elegancia Tropical",
    "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": "Bomba Estéreo is a Colombian band founded in the capital, Bogotá, in 2005 by Simón Mejía. Their music has been described as \"electro vacilón\" (a term dismissed by the band), \"electro tropical\" or \"psychedelic cumbia\". According to Mejía, the band's name (which translates into English as \"stereo bomb\") is a Colombian term for \"a really cool, awesome, bad ass party\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}