Information about plays

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

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

{
    "id": 373162,
    "uri": "https://api.kexp.org/v2/plays/373162/?format=api",
    "airdate": "2019-08-27T20:31:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tears (Tango)",
    "track_id": null,
    "recording_id": null,
    "artist": "Abderrahman El Hkamissi",
    "artist_ids": [],
    "album": "Respectable Families",
    "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": "Dark Tango, mysterious twist, and psychedelic cha-cha-cha! Nothing you would expect from a '60s Egyptian soundtrack. Romanticist and artistic all-rounder Abd Al-Rahman Al-Khamissi stands out with this absolute timeless musical production for his 1969 movie Respectable Families. Four abstract instrumental dances to express poetry through music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}