Information about plays

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

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

{
    "id": 369584,
    "uri": "https://api.kexp.org/v2/plays/369584/?format=api",
    "airdate": "2019-08-19T20:12:02-07:00",
    "show": 6162,
    "show_uri": "https://api.kexp.org/v2/shows/6162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Diferencia",
    "track_id": null,
    "recording_id": null,
    "artist": "Rafi eL",
    "artist_ids": [
        "5b033e23-2567-4b95-bf59-0de603451928"
    ],
    "album": "",
    "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": "\"Ay De Mi, Rafi eL's full-length debut on Dutty Artz, builds on electronic and tropical rhythms, layering them with a unique songwriting vision, in which Spanish collides with English, exuberance alternates with reflection, and South American folk traditions merge with heavy dancefloor love. Sometimes rapping, sometimes singing, Rafi eL weaves an immigrant's tale of searching for connection in a fragmented city, and finding release in the delirious dance... It’s the sound of Los Angeles today.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}